mirror of
https://github.com/torvalds/linux.git
synced 2025-11-10 05:30:50 +02:00
Most drivers use "skb_transport_offset(skb) + tcp_hdrlen(skb)" to compute headers length for a TCP packet, but others use more convoluted (but equivalent) ways. Add skb_tcp_all_headers() and skb_inner_tcp_all_headers() helpers to harmonize this a bit. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| dwc-xlgmac-common.c | ||
| dwc-xlgmac-desc.c | ||
| dwc-xlgmac-ethtool.c | ||
| dwc-xlgmac-hw.c | ||
| dwc-xlgmac-net.c | ||
| dwc-xlgmac-pci.c | ||
| dwc-xlgmac-reg.h | ||
| dwc-xlgmac.h | ||
| Kconfig | ||
| Makefile | ||