Searched refs:skb_gro_flush_final (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/net/ |
H A D | gro.h | 363 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() function 380 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() function
|
/openbmc/linux/net/ipv4/ |
H A D | gre_offload.c | 231 skb_gro_flush_final(skb, pp, flush); in gre_gro_receive()
|
H A D | udp_offload.c | 644 skb_gro_flush_final(skb, pp, flush); in udp_gro_receive()
|
H A D | af_inet.c | 1586 skb_gro_flush_final(skb, pp, flush); in inet_gro_receive()
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 440 skb_gro_flush_final(skb, pp, flush); in eth_gro_receive()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_offload.c | 318 skb_gro_flush_final(skb, pp, flush); in ipv6_gro_receive()
|
/openbmc/linux/net/8021q/ |
H A D | vlan_core.c | 510 skb_gro_flush_final(skb, pp, flush); in vlan_gro_receive()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 557 skb_gro_flush_final(skb, pp, flush); in geneve_gro_receive()
|