linux/drivers/net/ethernet/qualcomm/emac
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
..
Makefile
emac-ethtool.c ethtool: extend ringparam setting/getting API with rx_buf_len 2021-11-22 12:31:49 +00:00
emac-mac.c net: add skb_[inner_]tcp_all_headers helpers 2022-07-02 16:22:25 +01:00
emac-mac.h
emac-phy.c
emac-phy.h
emac-sgmii-fsm9900.c
emac-sgmii-qdf2400.c
emac-sgmii-qdf2432.c
emac-sgmii.c
emac-sgmii.h
emac.c ethernet: make more use of device_get_ethdev_address() 2021-10-07 13:39:51 +01:00
emac.h