aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_ctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netlink/netlink_ctl.h')
-rw-r--r--sys/netlink/netlink_ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netlink/netlink_ctl.h b/sys/netlink/netlink_ctl.h
index 8cd29cf56d10..9369194151af 100644
--- a/sys/netlink/netlink_ctl.h
+++ b/sys/netlink/netlink_ctl.h
@@ -81,6 +81,7 @@ bool netlink_unregister_proto(int proto);
bool nl_has_listeners(int netlink_family, uint32_t groups_mask);
bool nlp_has_priv(struct nlpcb *nlp, int priv);
struct ucred *nlp_get_cred(struct nlpcb *nlp);
+bool nlp_unconstrained_vnet(const struct nlpcb *nlp);
/* netlink_generic.c */
struct genl_cmd {