Searched refs:skb_gro_postpull_rcsum (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | gre_offload.c | 224 skb_gro_postpull_rcsum(skb, greh, grehlen); in gre_gro_receive()
|
A D | udp_offload.c | 520 skb_gro_postpull_rcsum(skb, uh, in udp_gro_receive_segment() 591 skb_gro_postpull_rcsum(skb, uh, sizeof(struct udphdr)); in udp_gro_receive()
|
A D | fou_core.c | 369 skb_gro_postpull_rcsum(skb, guehdr, hdrlen); in gue_gro_receive()
|
/linux-6.3-rc2/net/ethernet/ |
A D | eth.c | 443 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh)); in eth_gro_receive()
|
/linux-6.3-rc2/include/net/ |
A D | gro.h | 188 static inline void skb_gro_postpull_rcsum(struct sk_buff *skb, in skb_gro_postpull_rcsum() function
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_offload.c | 279 skb_gro_postpull_rcsum(skb, iph, nlen); in ipv6_gro_receive()
|
/linux-6.3-rc2/net/8021q/ |
A D | vlan_core.c | 494 skb_gro_postpull_rcsum(skb, vhdr, sizeof(*vhdr)); in vlan_gro_receive()
|
/linux-6.3-rc2/drivers/net/ |
A D | geneve.c | 534 skb_gro_postpull_rcsum(skb, gh, gh_len); in geneve_gro_receive()
|
/linux-6.3-rc2/drivers/net/vxlan/ |
A D | vxlan_core.c | 720 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive()
|
Completed in 26 milliseconds