commit | a3dcaf17ee54f1d01d22cc2b22cab0b4f60d78cf | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Nov 07 00:29:27 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 10 14:34:58 2017 +0900 |
tree | ead847c4636ae85b77a1a415b53b8bf737000f4e | |
parent | 2ea7a679ca2abd251c1ec03f20508619707e1749 [diff] |
net: allow per netns sysctl_rmem and sysctl_wmem for protos As we want to gradually implement per netns sysctl_rmem and sysctl_wmem on per protocol basis, add two new fields in struct proto, and two new helpers : sk_get_wmem0() and sk_get_rmem0() First user will be TCP. Then UDP and SCTP can be easily converted, while DECNET probably wont get this support. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>