From: Daniel Borkmann Date: Fri, 7 Jun 2013 05:11:45 +0000 (+0000) Subject: net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment X-Git-Tag: v3.11-rc1~16^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee98591577aa63dbb9e78a0d142abc86b9063d0;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed