Searched refs:sk_ns_capable (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/core/
H A Dsock.c158 * sk_ns_capable - General socket capability test
167 bool sk_ns_capable(const struct sock *sk, function
173 EXPORT_SYMBOL(sk_ns_capable); variable
186 return sk_ns_capable(sk, &init_user_ns, cap);
201 return sk_ns_capable(sk, sock_net(sk)->user_ns, cap);
H A Drtnetlink.c2148 if (!sk_ns_capable(sk, net->user_ns, CAP_NET_ADMIN)) {
/linux-master/include/net/
H A Dsock.h2858 bool sk_ns_capable(const struct sock *sk,

Completed in 358 milliseconds