Searched refs:gro_receive (Results 1 – 13 of 13) sorted by relevance
| /linux/net/ipv4/ |
| H A D | xfrm4_input.c | 201 if (!ops || !ops->callbacks.gro_receive) in xfrm4_gro_udp_encap_rcv() 213 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in xfrm4_gro_udp_encap_rcv()
|
| H A D | gre_offload.c | 227 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive() 266 .gro_receive = gre_gro_receive,
|
| H A D | af_inet.c | 1491 if (!ops || !ops->callbacks.gro_receive) in inet_gro_receive() 1536 ops->callbacks.gro_receive, head, skb); in inet_gro_receive() 1845 .gro_receive = ipip_gro_receive, 1871 .gro_receive = inet_gro_receive, in ipv4_offload_init()
|
| H A D | esp4_offload.c | 380 .gro_receive = esp4_gro_receive,
|
| H A D | udp.c | 2860 if (udp_sk(sk)->gro_receive != new_gro_receive) { in set_xfrm_gro_udp_encap_rcv() 2865 if (udp_sk(sk)->gro_receive) in set_xfrm_gro_udp_encap_rcv() 2868 WRITE_ONCE(udp_sk(sk)->gro_receive, new_gro_receive); in set_xfrm_gro_udp_encap_rcv()
|
| /linux/net/ipv6/ |
| H A D | xfrm6_input.c | 201 if (!ops || !ops->callbacks.gro_receive) in xfrm6_gro_udp_encap_rcv() 213 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in xfrm6_gro_udp_encap_rcv()
|
| H A D | esp6_offload.c | 401 .gro_receive = esp6_gro_receive,
|
| /linux/net/8021q/ |
| H A D | vlan_core.c | 505 pp = indirect_call_gro_receive_inet(ptype->callbacks.gro_receive, in vlan_gro_receive() 536 .gro_receive = vlan_gro_receive, 544 .gro_receive = vlan_gro_receive,
|
| /linux/net/ethernet/ |
| H A D | eth.c | 430 pp = indirect_call_gro_receive_inet(ptype->callbacks.gro_receive, in eth_gro_receive() 465 .gro_receive = eth_gro_receive,
|
| /linux/net/core/ |
| H A D | gro.c | 481 if (ptype->type == type && ptype->callbacks.gro_receive) in dev_gro_receive() 515 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive() 576 if (ptype->type != type || !ptype->callbacks.gro_receive) in gro_find_receive_by_type()
|
| /linux/include/net/ |
| H A D | udp_tunnel.h | 92 udp_tunnel_gro_receive_t gro_receive; member
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 739 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in vxlan_gpe_gro_receive() 3616 tunnel_cfg.gro_receive = vxlan_gpe_gro_receive; in vxlan_socket_create() 3619 tunnel_cfg.gro_receive = vxlan_gro_receive; in vxlan_socket_create()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 2990 struct sk_buff *(*gro_receive)(struct list_head *head, member
|