commit | eed29f17f09ad7f400bc245f209acad6a8214fac | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Jun 07 10:34:36 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 08 10:53:28 2017 -0400 |
tree | 98ec65923f889616029ece56a785e6038a1e1cf5 | |
parent | a5fcf8a6c968ed8e312ff0b2a55d4c62d821eabb [diff] |
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>