git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
350e780
)
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
author
Daniel Borkmann
<dborkman@redhat.com>
Fri, 7 Jun 2013 05:11:45 +0000
(
05:11
+0000)
committer
David 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