Home
last modified time | relevance | path

Searched refs:gro_receive (Results 1 – 13 of 13) sorted by relevance

/linux/net/ipv4/
H A Dxfrm4_input.c201 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 Dgre_offload.c227 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive()
266 .gro_receive = gre_gro_receive,
H A Daf_inet.c1491 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 Desp4_offload.c380 .gro_receive = esp4_gro_receive,
H A Dudp.c2860 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 Dxfrm6_input.c201 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 Desp6_offload.c401 .gro_receive = esp6_gro_receive,
/linux/net/8021q/
H A Dvlan_core.c505 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 Deth.c430 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 Dgro.c481 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 Dudp_tunnel.h92 udp_tunnel_gro_receive_t gro_receive; member
/linux/drivers/net/vxlan/
H A Dvxlan_core.c739 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 Dnetdevice.h2990 struct sk_buff *(*gro_receive)(struct list_head *head, member