Searched refs:has_cap_net_admin (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/core/ |
| A D | nldev.c | 504 static int fill_res_qp_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_qp_entry() argument 598 static int fill_res_cq_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_cq_entry() argument 643 static int fill_res_mr_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_mr_entry() argument 649 if (has_cap_net_admin) { in fill_res_mr_entry() 691 if (has_cap_net_admin) { in fill_res_pd_entry() 1411 bool has_cap_net_admin; in res_get_common_doit() local 1462 has_cap_net_admin = netlink_capable(skb, CAP_NET_ADMIN); in res_get_common_doit() 1464 ret = fill_func(msg, has_cap_net_admin, res, port); in res_get_common_doit() 1496 bool has_cap_net_admin; in res_get_common_dumpit() local 1547 has_cap_net_admin = netlink_capable(cb->skb, CAP_NET_ADMIN); in res_get_common_dumpit() [all …]
|
Completed in 8 milliseconds