]> git.baikalelectronics.ru Git - kernel.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)
commitf0831eb106324963adf38686aad1328304ea93db
tree98ec65923f889616029ece56a785e6038a1e1cf5
parent9759a4461ce1752487d02d8d047227ddc91b31eb
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