commit | 2aec4a297b21f3690486bbf8f7d5d29281ba6a48 | [log] [tgz] |
---|---|---|
author | Octavian Purdila <octavian.purdila@intel.com> | Wed Jun 25 17:10:00 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 27 15:53:36 2014 -0700 |
tree | 8df79a2b1eaf021a541eb6a5dde384c7cf2acbbe | |
parent | 5db92c994982ed826cf38f38d58bd09bc326aef6 [diff] |
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>