Searched refs:netlink_capable (Results 1 – 13 of 13) 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 | 373 if (!netlink_capable(skb, CAP_NET_ADMIN)) in handle_startup_event() 428 if (!netlink_capable(skb, CAP_NET_ADMIN)) in handle_generic_event()
|
| /linux/net/can/ |
| H A D | gw.c | 1082 if (!netlink_capable(skb, CAP_NET_ADMIN)) in cgw_create_job() 1215 if (!netlink_capable(skb, CAP_NET_ADMIN)) in cgw_remove_job()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 2070 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in nbd_genl_connect() 2268 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in nbd_genl_disconnect() 2306 if (!netlink_capable(skb, CAP_SYS_ADMIN)) in nbd_genl_reconfigure()
|
| /linux/kernel/ |
| H A D | audit.c | 1070 if (!netlink_capable(skb, CAP_AUDIT_CONTROL)) in audit_netlink_ok() 1076 if (!netlink_capable(skb, CAP_AUDIT_WRITE)) in audit_netlink_ok()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 884 bool netlink_capable(const struct sk_buff *skb, int cap) in netlink_capable() function 888 EXPORT_SYMBOL(netlink_capable);
|
| H A D | genetlink.c | 1184 !netlink_capable(skb, CAP_NET_ADMIN)) in genl_family_rcv_msg()
|
| /linux/drivers/vdpa/ |
| H A D | vdpa.c | 661 !netlink_capable(skb, CAP_NET_ADMIN)) in vdpa_nl_cmd_dev_add_set_doit()
|
| /linux/net/sched/ |
| H A D | act_api.c | 2133 !netlink_capable(skb, CAP_NET_ADMIN)) in tc_ctl_action()
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 4710 if (!netlink_capable(skb, CAP_NET_ADMIN)) in rtnl_fdb_del()
|