Searched refs:skb_gro_flush_final (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | gro.h | 348 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() function 365 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() function
|
/linux-6.3-rc2/net/ipv4/ |
A D | gre_offload.c | 230 skb_gro_flush_final(skb, pp, flush); in gre_gro_receive()
|
A D | udp_offload.c | 595 skb_gro_flush_final(skb, pp, flush); in udp_gro_receive()
|
A D | af_inet.c | 1563 skb_gro_flush_final(skb, pp, flush); in inet_gro_receive()
|
/linux-6.3-rc2/net/ethernet/ |
A D | eth.c | 450 skb_gro_flush_final(skb, pp, flush); in eth_gro_receive()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_offload.c | 285 skb_gro_flush_final(skb, pp, flush); in ipv6_gro_receive()
|
/linux-6.3-rc2/net/8021q/ |
A D | vlan_core.c | 501 skb_gro_flush_final(skb, pp, flush); in vlan_gro_receive()
|
/linux-6.3-rc2/drivers/net/ |
A D | geneve.c | 547 skb_gro_flush_final(skb, pp, flush); in geneve_gro_receive()
|
Completed in 33 milliseconds