net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 7 Jun 2013 05:11:45 +0000 (05:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jun 2013 21:39:05 +0000 (14:39 -0700)
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>

No differences found