]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: add a struct net parameter to tcp_parse_options()
authorEric Dumazet <edumazet@google.com>
Wed, 7 Jun 2017 17:34:36 +0000 (10:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 14:53:28 +0000 (10:53 -0400)
commiteed29f17f09ad7f400bc245f209acad6a8214fac
tree98ec65923f889616029ece56a785e6038a1e1cf5
parenta5fcf8a6c968ed8e312ff0b2a55d4c62d821eabb
tcp: add a struct net parameter to tcp_parse_options()

We want to move some TCP sysctls to net namespaces in the future.

tcp_window_scaling, tcp_sack and tcp_timestamps being fetched
from tcp_parse_options(), we need to pass an extra parameter.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/hw/cxgb4/cm.c
include/net/tcp.h
net/ipv4/syncookies.c
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv6/syncookies.c