Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dip6_offload.c215 if (!ops || !ops->callbacks.gro_receive) { in ipv6_gro_receive()
224 if (!ops || !ops->callbacks.gro_receive) in ipv6_gro_receive()
281 ops->callbacks.gro_receive, head, skb); in ipv6_gro_receive()
377 .gro_receive = ipv6_gro_receive,
412 .gro_receive = sit_ip6ip6_gro_receive,
420 .gro_receive = ip4ip6_gro_receive,
428 .gro_receive = sit_ip6ip6_gro_receive,
Dtcpv6_offload.c70 .gro_receive = tcp6_gro_receive,
Dudp_offload.c157 .gro_receive = udp6_gro_receive,
Desp6_offload.c313 .gro_receive = esp6_gro_receive,
/Linux-v5.4/net/ipv4/
Dgre_offload.c216 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive()
260 .gro_receive = gre_gro_receive,
Dudp_tunnel.c82 udp_sk(sk)->gro_receive = cfg->gro_receive; in setup_udp_tunnel_sock()
Dfou.c252 if (!ops || !ops->callbacks.gro_receive) in fou_gro_receive()
255 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in fou_gro_receive()
444 if (WARN_ON_ONCE(!ops || !ops->callbacks.gro_receive)) in gue_gro_receive()
447 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in gue_gro_receive()
601 tunnel_cfg.gro_receive = fou_gro_receive; in fou_create()
607 tunnel_cfg.gro_receive = gue_gro_receive; in fou_create()
Dudp_offload.c432 !udp_sk(sk)->gro_receive) in udp_gro_receive()
458 pp = call_gro_receive_sk(udp_sk(sk)->gro_receive, sk, head, skb); in udp_gro_receive()
557 .gro_receive = udp4_gro_receive,
Desp4_offload.c289 .gro_receive = esp4_gro_receive,
Daf_inet.c1432 if (!ops || !ops->callbacks.gro_receive) in inet_gro_receive()
1517 ops->callbacks.gro_receive, head, skb); in inet_gro_receive()
1867 .gro_receive = inet_gro_receive,
1875 .gro_receive = ipip_gro_receive,
Dtcp_offload.c337 .gro_receive = tcp4_gro_receive,
/Linux-v5.4/net/8021q/
Dvlan_core.c499 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in vlan_gro_receive()
530 .gro_receive = vlan_gro_receive,
538 .gro_receive = vlan_gro_receive,
/Linux-v5.4/include/linux/
Dudp.h80 struct sk_buff * (*gro_receive)(struct sock *sk, member
Dnetdevice.h2368 struct sk_buff *(*gro_receive)(struct list_head *head, member
/Linux-v5.4/net/ethernet/
Deth.c491 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in eth_gro_receive()
527 .gro_receive = eth_gro_receive,
/Linux-v5.4/include/net/
Dudp_tunnel.h84 udp_tunnel_gro_receive_t gro_receive; member
/Linux-v5.4/net/rxrpc/
Dlocal_object.c135 udp_sk(usk)->gro_receive = NULL; in rxrpc_open_socket()
/Linux-v5.4/drivers/net/
Dgeneve.c526 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in geneve_gro_receive()
594 tunnel_cfg.gro_receive = geneve_gro_receive; in geneve_socket_create()
Dvxlan.c3256 tunnel_cfg.gro_receive = vxlan_gro_receive; in vxlan_socket_create()
/Linux-v5.4/net/core/
Ddev.c5466 if (ptype->type != type || !ptype->callbacks.gro_receive) in dev_gro_receive()
5496 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
5563 if (ptype->type != type || !ptype->callbacks.gro_receive) in gro_find_receive_by_type()