Home
last modified time | relevance | path

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

/net/phonet/
Dpn_netlink.c61 if (!netlink_capable(skb, CAP_NET_ADMIN)) in addr_doit()
64 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in addr_doit()
228 if (!netlink_capable(skb, CAP_NET_ADMIN)) in route_doit()
231 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in route_doit()
/net/can/
Dgw.c1067 if (!netlink_capable(skb, CAP_NET_ADMIN)) in cgw_create_job()
1187 if (!netlink_capable(skb, CAP_NET_ADMIN)) in cgw_remove_job()
/net/dcb/
Ddcbnl.c1924 if ((nlh->nlmsg_type == RTM_SETDCB) && !netlink_capable(skb, CAP_NET_ADMIN)) in dcb_doit()
1939 if (fn->type == RTM_SETDCB && !netlink_capable(skb, CAP_NET_ADMIN)) in dcb_doit()
/net/netlink/
Daf_netlink.c917 bool netlink_capable(const struct sk_buff *skb, int cap) in netlink_capable() function
921 EXPORT_SYMBOL(netlink_capable);
Dgenetlink.c1040 !netlink_capable(skb, CAP_NET_ADMIN)) in genl_family_rcv_msg()
/net/sched/
Dact_api.c2040 !netlink_capable(skb, CAP_NET_ADMIN)) in tc_ctl_action()
/net/core/
Drtnetlink.c4354 if (!netlink_capable(skb, CAP_NET_ADMIN)) in rtnl_fdb_del()