mirror-linux/drivers/net/ethernet/synopsys
Eric Dumazet 504148fedb net: add skb_[inner_]tcp_all_headers helpers
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>
2022-07-02 16:22:25 +01:00
..
Kconfig
Makefile
dwc-xlgmac-common.c
dwc-xlgmac-desc.c
dwc-xlgmac-ethtool.c
dwc-xlgmac-hw.c
dwc-xlgmac-net.c net: add skb_[inner_]tcp_all_headers helpers 2022-07-02 16:22:25 +01:00
dwc-xlgmac-pci.c
dwc-xlgmac-reg.h
dwc-xlgmac.h net: allow gso_max_size to exceed 65536 2022-05-16 10:18:55 +01:00