commit | a7eea416cb08a514f94c0ca5ff30c18783fab054 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jun 11 09:15:15 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 11 16:33:10 2015 -0700 |
tree | 78f17fe6f80ec35b08f71cffd333274bea1896a7 | |
parent | 57225e7720ac3d7ffcb0086c716753abf6e54e8d [diff] |
tcp: reserve tcp_skb_mss() to tcp stack tcp_gso_segment() and tcp_gro_receive() are not strictly part of TCP stack. They should not assume tcp_skb_mss(skb) is in fact skb_shinfo(skb)->gso_size. This will allow us to change tcp_skb_mss() in following patches. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>