Searched refs:__netlink_ns_capable (Results 1 – 3 of 3) sorted by relevance
268 bool __netlink_ns_capable(const struct netlink_skb_parms *nsp,
365 if (!__netlink_ns_capable(nsp, &init_user_ns, CAP_NET_ADMIN)) { in cn_proc_mcast_ctl()
853 bool __netlink_ns_capable(const struct netlink_skb_parms *nsp, in __netlink_ns_capable() function860 EXPORT_SYMBOL(__netlink_ns_capable);875 return __netlink_ns_capable(&NETLINK_CB(skb), user_ns, cap); in netlink_ns_capable()