Searched refs:skb_gro_pull (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | ip6_offload.c | 70 skb_gro_pull(skb, off - skb_gro_receive_network_offset(skb)); in ipv6_gro_pull_exthdrs() 254 skb_gro_pull(skb, sizeof(*iph)); in ipv6_gro_receive()
|
/linux-6.12.1/net/ipv4/ |
D | gre_offload.c | 222 skb_gro_pull(skb, grehlen); in gre_gro_receive()
|
D | udp_offload.c | 499 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment() 619 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
|
D | tcp_offload.c | 300 skb_gro_pull(skb, thlen); in tcp_gro_pull_header()
|
D | fou_core.c | 412 skb_gro_pull(skb, hdrlen); in gue_gro_receive()
|
D | af_inet.c | 1540 skb_gro_pull(skb, sizeof(*iph)); in inet_gro_receive()
|
/linux-6.12.1/net/ethernet/ |
D | eth.c | 430 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
|
/linux-6.12.1/include/net/ |
D | gro.h | 146 static inline void skb_gro_pull(struct sk_buff *skb, unsigned int len) in skb_gro_pull() function
|
/linux-6.12.1/net/8021q/ |
D | vlan_core.c | 502 skb_gro_pull(skb, sizeof(*vhdr)); in vlan_gro_receive()
|
/linux-6.12.1/drivers/net/ |
D | geneve.c | 538 skb_gro_pull(skb, gh_len); in geneve_gro_receive()
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_core.c | 710 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_prepare_receive()
|