]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: add mss_clamp to tcp_request_sock_ops
authorOctavian Purdila <octavian.purdila@intel.com>
Wed, 25 Jun 2014 14:10:00 +0000 (17:10 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jun 2014 22:53:36 +0000 (15:53 -0700)
commit1f15074f95c1c2fe42f105fd4c8d144c72b55a0b
tree8df79a2b1eaf021a541eb6a5dde384c7cf2acbbe
parent78fde14f847231246e62303d4b4f6030f4b183fd
tcp: add mss_clamp to tcp_request_sock_ops

Add mss_clamp member to tcp_request_sock_ops so that we can later
unify tcp_v4_conn_request and tcp_v6_conn_request.

Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c