table of contents
other versions
- stretch 4.9.168-1
SK_NET_CAPABLE(9) | Linux Networking | SK_NET_CAPABLE(9) |
NAME¶
sk_net_capable - Network namespace socket capability testSYNOPSIS¶
bool sk_net_capable(const struct sock * sk, int cap);
ARGUMENTS¶
skSocket to use a capability on or through
cap
The capability to use
DESCRIPTION¶
Test to see if the opener of the socket had when the socket was created and the current process has the capability cap over the network namespace the socket is a member of.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |