Home
last modified time | relevance | path

Searched refs:nlp_unconstrained_vnet (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_ctl.h83 bool nlp_unconstrained_vnet(const struct nlpcb *nlp);
H A Dnetlink_route.c94 if (!nlp_unconstrained_vnet(nlp) && (cmd->flags & RTNL_F_ALLOW_NONVNET_JAIL) == 0) { in rtnl_handle_message()
H A Dnetlink_glue.c104 nlp_unconstrained_vnet(const struct nlpcb *nlp) in nlp_unconstrained_vnet() function
H A Dnetlink_domain.c147 if (!nlp_unconstrained_vnet(nlp)) in nlp_join_group()