Searched defs:net_admin (Results 1 – 9 of 9) sorted by relevance
/linux-6.15/net/mptcp/ |
D | diag.c | 15 static int subflow_get_info(struct sock *sk, struct sk_buff *skb, bool net_admin) in subflow_get_info() 93 static size_t subflow_get_info_size(const struct sock *sk, bool net_admin) in subflow_get_info_size()
|
D | mptcp_diag.c | 18 struct nlattr *bc, bool net_admin) in sk_diag_dump() 77 bool net_admin) in mptcp_diag_dump_listeners() 154 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); in mptcp_diag_dump() local
|
/linux-6.15/net/ipv4/ |
D | tcp_diag.c | 86 const struct tcp_ulp_ops *ulp_ops, bool net_admin) in tcp_diag_put_ulp() 112 static int tcp_diag_get_aux(struct sock *sk, bool net_admin, in tcp_diag_get_aux() 143 static size_t tcp_diag_get_aux_size(struct sock *sk, bool net_admin) in tcp_diag_get_aux_size()
|
D | inet_diag.c | 102 bool net_admin) in inet_sk_attr_size() 128 bool net_admin) in inet_diag_msg_attrs_fill() 240 u16 nlmsg_flags, bool net_admin) in inet_sk_diag_fill() 428 u16 nlmsg_flags, bool net_admin) in inet_twsk_diag_fill() 468 u16 nlmsg_flags, bool net_admin) in inet_req_diag_fill() 509 u16 nlmsg_flags, bool net_admin) in sk_diag_fill() 570 bool net_admin = netlink_net_capable(in_skb, CAP_NET_ADMIN); in inet_diag_dump_one_icsk() local 926 bool net_admin = netlink_net_capable(skb, CAP_NET_ADMIN); in inet_diag_bc_audit() local 1025 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); in inet_diag_dump_icsk() local
|
D | raw_diag.c | 129 struct nlattr *bc, bool net_admin) in sk_diag_dump() 140 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); in raw_diag_dump() local
|
D | udp_diag.c | 19 struct nlattr *bc, bool net_admin) in sk_diag_dump() 93 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); in udp_dump() local
|
/linux-6.15/net/sctp/ |
D | diag.c | 125 bool net_admin) in inet_sctp_diag_fill() 223 bool net_admin; member
|
/linux-6.15/tools/testing/selftests/net/ |
D | epoll_busy_poll.c | 231 cap_value_t net_admin[] = { CAP_NET_ADMIN }; in TEST_F() local
|
/linux-6.15/net/tls/ |
D | tls_main.c | 1066 static int tls_get_info(struct sock *sk, struct sk_buff *skb, bool net_admin) in tls_get_info() 1124 static size_t tls_get_info_size(const struct sock *sk, bool net_admin) in tls_get_info_size()
|