Searched refs:udp_gro_receive (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp_offload.c | 506 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, in udp_gro_receive() function 560 EXPORT_SYMBOL(udp_gro_receive); 599 pp = udp_gro_receive(head, skb, uh, sk); in udp4_gro_receive()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | udp_offload.c | 152 pp = udp_gro_receive(head, skb, uh, sk); in udp6_gro_receive()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | udp.h | 176 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb,
|