/linux/net/mptcp/ |
H A 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()
|
H A D | mptcp_diag.c | 18 bool net_admin) in sk_diag_dump() argument 77 bool net_admin) in mptcp_diag_dump_listeners() argument 154 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); mptcp_diag_dump() local
|
/linux/net/ipv4/ |
H A D | tcp_diag.c | 86 tcp_diag_put_ulp(struct sk_buff * skb,struct sock * sk,const struct tcp_ulp_ops * ulp_ops,bool net_admin) tcp_diag_put_ulp() argument 112 tcp_diag_get_aux(struct sock * sk,bool net_admin,struct sk_buff * skb) tcp_diag_get_aux() argument 143 tcp_diag_get_aux_size(struct sock * sk,bool net_admin) tcp_diag_get_aux_size() argument [all...] |
H A D | inet_diag.c | 128 if (net_admin && nla_put_u32(skb, INET_DIAG_MARK, READ_ONCE(sk->sk_mark))) in inet_diag_msg_attrs_fill() argument 102 inet_sk_attr_size(struct sock * sk,const struct inet_diag_req_v2 * req,bool net_admin) inet_sk_attr_size() argument 240 inet_sk_diag_fill(struct sock * sk,struct inet_connection_sock * icsk,struct sk_buff * skb,struct netlink_callback * cb,const struct inet_diag_req_v2 * req,u16 nlmsg_flags,bool net_admin) inet_sk_diag_fill() argument 428 inet_twsk_diag_fill(struct sock * sk,struct sk_buff * skb,struct netlink_callback * cb,u16 nlmsg_flags,bool net_admin) inet_twsk_diag_fill() argument 468 inet_req_diag_fill(struct sock * sk,struct sk_buff * skb,struct netlink_callback * cb,u16 nlmsg_flags,bool net_admin) inet_req_diag_fill() argument 509 sk_diag_fill(struct sock * sk,struct sk_buff * skb,struct netlink_callback * cb,const struct inet_diag_req_v2 * r,u16 nlmsg_flags,bool net_admin) sk_diag_fill() argument 570 bool net_admin = netlink_net_capable(in_skb, CAP_NET_ADMIN); inet_diag_dump_one_icsk() local 926 bool net_admin = netlink_net_capable(skb, CAP_NET_ADMIN); inet_diag_bc_audit() local 1025 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); inet_diag_dump_icsk() local
|
H A D | raw_diag.c | 129 bool net_admin) in sk_diag_dump() argument 140 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); in raw_diag_dump() local
|
H A D | udp_diag.c | 19 bool net_admin) in sk_diag_dump() argument 93 bool net_admin = netlink_net_capable(cb->skb, CAP_NET_ADMIN); in udp_dump() local
|
/linux/net/sctp/ |
H A D | diag.c | 125 bool net_admin) in inet_sctp_diag_fill() argument 223 bool net_admin; member
|
/linux/tools/testing/selftests/net/ |
H A D | epoll_busy_poll.c | 231 cap_value_t net_admin[] = { CAP_NET_ADMIN }; in TEST_F() local
|
/linux/net/tls/ |
H A D | tls_main.c | 1063 static int tls_get_info(struct sock *sk, struct sk_buff *skb, bool net_admin) in tls_get_info() 1121 static size_t tls_get_info_size(const struct sock *sk, bool net_admin) in tls_get_info_size()
|