Home
last modified time | relevance | path

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

/linux/net/netlink/
H A Daf_netlink.c849 bool __netlink_ns_capable(const struct netlink_skb_parms *nsp, in __netlink_ns_capable() function
856 EXPORT_SYMBOL(__netlink_ns_capable);
871 return __netlink_ns_capable(&NETLINK_CB(skb), user_ns, cap); in netlink_ns_capable()