commit | a3b299da869d6e78cf42ae0b1b41797bcb8c5e4b | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Apr 23 14:26:56 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 24 13:44:53 2014 -0400 |
tree | 010da034dffdcc8dc1386170f94b27e9f342c691 | |
parent | a53b72c83a4216f2eb883ed45a0cbce014b8e62d [diff] |
net: Add variants of capable for use on on sockets sk_net_capable - The common case, operations that are safe in a network namespace. sk_capable - Operations that are not known to be safe in a network namespace sk_ns_capable - The general case for special cases. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>