Searched refs:skb_gro_flush_final (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | gre_offload.c | 231 skb_gro_flush_final(skb, pp, flush); in gre_gro_receive()
|
D | udp_offload.c | 557 skb_gro_flush_final(skb, pp, flush); in udp_gro_receive()
|
D | af_inet.c | 1558 skb_gro_flush_final(skb, pp, flush); in inet_gro_receive()
|
/kernel/linux/linux-5.10/net/ethernet/ |
D | eth.c | 457 skb_gro_flush_final(skb, pp, flush); in eth_gro_receive()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ip6_offload.c | 285 skb_gro_flush_final(skb, pp, flush); in ipv6_gro_receive()
|
/kernel/linux/linux-5.10/net/8021q/ |
D | vlan_core.c | 503 skb_gro_flush_final(skb, pp, flush); in vlan_gro_receive()
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdevice.h | 3106 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() function 3123 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() function
|
/kernel/linux/linux-5.10/drivers/net/ |
D | geneve.c | 530 skb_gro_flush_final(skb, pp, flush); in geneve_gro_receive()
|