Searched refs:skb_gro_pull (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ip6_offload.c | 70 skb_gro_pull(skb, off - skb_network_offset(skb)); in ipv6_gro_pull_exthdrs() 258 skb_gro_pull(skb, sizeof(*iph)); in ipv6_gro_receive()
|
/openbmc/linux/net/ipv4/ |
H A D | gre_offload.c | 222 skb_gro_pull(skb, grehlen); in gre_gro_receive()
|
H A D | udp_offload.c | 512 skb_gro_pull(skb, sizeof(struct udphdr)); in udp_gro_receive_segment() 639 skb_gro_pull(skb, sizeof(struct udphdr)); /* pull encapsulating udp header */ in udp_gro_receive()
|
H A D | tcp_offload.c | 216 skb_gro_pull(skb, thlen); in tcp_gro_receive()
|
H A D | fou_core.c | 412 skb_gro_pull(skb, hdrlen); in gue_gro_receive()
|
H A D | af_inet.c | 1579 skb_gro_pull(skb, sizeof(*iph)); in inet_gro_receive()
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 432 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
|
/openbmc/linux/include/net/ |
H A D | gro.h | 146 static inline void skb_gro_pull(struct sk_buff *skb, unsigned int len) in skb_gro_pull() function
|
/openbmc/linux/net/8021q/ |
H A D | vlan_core.c | 502 skb_gro_pull(skb, sizeof(*vhdr)); in vlan_gro_receive()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 543 skb_gro_pull(skb, gh_len); in geneve_gro_receive()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 711 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_prepare_receive()
|