Searched refs:call_gro_receive (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | gre_offload.c | 225 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive()
|
| H A D | fou.c | 255 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in fou_gro_receive() 447 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in gue_gro_receive()
|
| H A D | udp_offload.c | 520 pp = call_gro_receive(udp_gro_receive_segment, head, skb); in udp_gro_receive()
|
| /OK3568_Linux_fs/kernel/net/ethernet/ |
| H A D | eth.c | 452 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in eth_gro_receive()
|
| /OK3568_Linux_fs/kernel/net/8021q/ |
| H A D | vlan_core.c | 498 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in vlan_gro_receive()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | geneve.c | 524 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in geneve_gro_receive()
|
| H A D | vxlan.c | 810 pp = call_gro_receive(eth_gro_receive, head, skb); in vxlan_gro_receive()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 2562 static inline struct sk_buff *call_gro_receive(gro_receive_t cb, in call_gro_receive() function
|