Searched refs:udp_gro_receive (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | udp_offload.c | 538 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, in udp_gro_receive() function 598 EXPORT_SYMBOL(udp_gro_receive); 637 pp = udp_gro_receive(head, skb, uh, sk); in udp4_gro_receive()
|
/linux-6.3-rc2/net/ipv6/ |
A D | udp_offload.c | 154 pp = udp_gro_receive(head, skb, uh, sk); in udp6_gro_receive()
|
/linux-6.3-rc2/include/net/ |
A D | gro.h | 402 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb,
|
Completed in 6 milliseconds