Searched refs:netlink_capable (Results 1 – 13 of 13) sorted by relevance
/linux/crypto/ |
H A D | crypto_user.c | 251 if (!netlink_capable(skb, CAP_NET_ADMIN)) in crypto_update_alg() 286 if (!netlink_capable(skb, CAP_NET_ADMIN)) in crypto_del_alg() 326 if (!netlink_capable(skb, CAP_NET_ADMIN)) in crypto_add_alg() 368 if (!netlink_capable(skb, CAP_NET_ADMIN)) in crypto_del_rng()
|
/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/include/linux/ |
H A D | netlink.h | 357 bool netlink_capable(const struct sk_buff *skb, int cap);
|
/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/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/dcb/ |
H A D | dcbnl.c | 1924 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()
|
/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/netlink/ |
H A D | genetlink.c | 1184 !netlink_capable(skb, CAP_NET_ADMIN)) in genl_family_rcv_msg()
|
/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()
|