diff options
author | Eric Dumazet <edumazet@google.com> | 2013-01-07 13:28:21 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-09 05:51:54 +0400 |
commit | fda55eca5a33f33ffcd4192c6b2d75179714a52c (patch) | |
tree | 54b8e755273ab37fa54cfdd0867b2e7631eb4b10 /drivers | |
parent | 0edb7ede7d524377afbaf48a35654baa52368f4b (diff) | |
download | linux-fda55eca5a33f33ffcd4192c6b2d75179714a52c.tar.xz |
net: introduce skb_transport_header_was_set()
We have skb_mac_header_was_set() helper to tell if mac_header
was set on a skb. We would like the same for transport_header.
__netif_receive_skb() doesn't reset the transport header if already
set by GRO layer.
Note that network stacks usually reset the transport header anyway,
after pulling the network header, so this change only allows
a followup patch to have more precise qdisc pkt_len computation
for GSO packets at ingress side.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions