Home
last modified time | relevance | path

Searched refs:skb_gro_pull (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dip6_offload.c70 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 Dgre_offload.c222 skb_gro_pull(skb, grehlen); in gre_gro_receive()
H A Dudp_offload.c512 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 Dtcp_offload.c216 skb_gro_pull(skb, thlen); in tcp_gro_receive()
H A Dfou_core.c412 skb_gro_pull(skb, hdrlen); in gue_gro_receive()
H A Daf_inet.c1579 skb_gro_pull(skb, sizeof(*iph)); in inet_gro_receive()
/openbmc/linux/net/ethernet/
H A Deth.c432 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
/openbmc/linux/include/net/
H A Dgro.h146 static inline void skb_gro_pull(struct sk_buff *skb, unsigned int len) in skb_gro_pull() function
/openbmc/linux/net/8021q/
H A Dvlan_core.c502 skb_gro_pull(skb, sizeof(*vhdr)); in vlan_gro_receive()
/openbmc/linux/drivers/net/
H A Dgeneve.c543 skb_gro_pull(skb, gh_len); in geneve_gro_receive()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c711 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_prepare_receive()