commit | 5ee98591577aa63dbb9e78a0d142abc86b9063d0 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Fri Jun 07 05:11:45 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 07 14:39:05 2013 -0700 |
tree | 6efc37d50625ae672c863f7afae153b2f1c3db3a | |
parent | 350e7805706e11fef0bda2ab4b5cd5a0881480b9 [diff] |
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment We have the minimal inline helper tcp_skb_mss to access skb_shinfo(skb)->gso_size, so also use it here to get mss. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>