Searched refs:netlink_capable (Results 1 – 12 of 12) sorted by relevance
| /linux/net/phonet/ |
| H A D | pn_netlink.c | 62 if (!netlink_capable(skb, CAP_NET_ADMIN)) in addr_doit() 65 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in addr_doit() 243 if (!netlink_capable(skb, CAP_NET_ADMIN)) in route_doit() 246 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in route_doit()
|
| /linux/drivers/scsi/ |
| H A D | scsi_netlink.c | 66 if (!netlink_capable(skb, CAP_SYS_ADMIN)) { in scsi_nl_rcv_msg()
|
| H A D | scsi_transport_iscsi.c | 3894 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in iscsi_if_recv_msg()
|
| /linux/drivers/infiniband/core/ |
| H A D | netlink.c | 170 !netlink_capable(skb, CAP_NET_ADMIN)) { in rdma_nl_rcv_msg()
|
| /linux/fs/smb/server/ |
| H A D | transport_ipc.c | 382 if (!netlink_capable(skb, CAP_NET_ADMIN)) in handle_startup_event() 437 if (!netlink_capable(skb, CAP_NET_ADMIN)) in handle_generic_event()
|
| /linux/net/can/ |
| H A D | gw.c | 1088 if (!netlink_capable(skb, CAP_NET_ADMIN)) in cgw_create_job() 1221 if (!netlink_capable(skb, CAP_NET_ADMIN)) in cgw_remove_job()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 2081 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in nbd_genl_connect() 2280 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in nbd_genl_disconnect() 2318 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in nbd_genl_reconfigure()
|
| /linux/kernel/ |
| H A D | audit.c | 1111 if (!netlink_capable(skb, CAP_AUDIT_CONTROL)) in audit_netlink_ok() 1117 if (!netlink_capable(skb, CAP_AUDIT_WRITE)) in audit_netlink_ok()
|
| /linux/net/dcb/ |
| H A D | dcbnl.c | 1923 if ((nlh->nlmsg_type == RTM_SETDCB) && !netlink_capable(skb, CAP_NET_ADMIN)) in dcb_doit() 1938 if (fn->type == RTM_SETDCB && !netlink_capable(skb, CAP_NET_ADMIN)) in dcb_doit()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 882 bool netlink_capable(const struct sk_buff *skb, int cap) in netlink_capable() function 886 EXPORT_SYMBOL(netlink_capable);
|
| H A D | genetlink.c | 1183 !netlink_capable(skb, CAP_NET_ADMIN)) in genl_family_rcv_msg()
|
| /linux/net/sched/ |
| H A D | act_api.c | 2139 !netlink_capable(skb, CAP_NET_ADMIN)) in tc_ctl_action()
|