aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2013-01-07 09:28:21 +0000
committerDavid S. Miller <[email protected]>2013-01-08 17:51:54 -0800
commitfda55eca5a33f33ffcd4192c6b2d75179714a52c (patch)
tree54b8e755273ab37fa54cfdd0867b2e7631eb4b10 /tools/perf/scripts/python
parent0edb7ede7d524377afbaf48a35654baa52368f4b (diff)
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 <[email protected]> Cc: Jamal Hadi Salim <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions