Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv6/
Dip6_offload.c214 if (!ops || !ops->callbacks.gro_receive) { in ipv6_gro_receive()
223 if (!ops || !ops->callbacks.gro_receive) in ipv6_gro_receive()
280 ops->callbacks.gro_receive, head, skb); in ipv6_gro_receive()
374 .gro_receive = ipv6_gro_receive,
409 .gro_receive = sit_ip6ip6_gro_receive,
417 .gro_receive = ip4ip6_gro_receive,
425 .gro_receive = sit_ip6ip6_gro_receive,
Dtcpv6_offload.c70 .gro_receive = tcp6_gro_receive,
Dudp_offload.c194 .gro_receive = udp6_gro_receive,
Desp6_offload.c374 .gro_receive = esp6_gro_receive,
/Linux-v5.15/net/ipv4/
Dudp_tunnel_core.c80 udp_sk(sk)->gro_receive = cfg->gro_receive; in setup_udp_tunnel_sock()
Dgre_offload.c229 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in gre_gro_receive()
273 .gro_receive = gre_gro_receive,
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.c522 if (!sk || !udp_sk(sk)->gro_receive) { in udp_gro_receive()
563 pp = call_gro_receive_sk(udp_sk(sk)->gro_receive, sk, head, skb); in udp_gro_receive()
707 .gro_receive = udp4_gro_receive,
Daf_inet.c1461 if (!ops || !ops->callbacks.gro_receive) in inet_gro_receive()
1546 ops->callbacks.gro_receive, head, skb); in inet_gro_receive()
1895 .gro_receive = inet_gro_receive,
1903 .gro_receive = ipip_gro_receive,
Dtcp_offload.c340 .gro_receive = tcp4_gro_receive,
Desp4_offload.c339 .gro_receive = esp4_gro_receive,
/Linux-v5.15/net/8021q/
Dvlan_core.c500 pp = indirect_call_gro_receive_inet(ptype->callbacks.gro_receive, in vlan_gro_receive()
535 .gro_receive = vlan_gro_receive,
543 .gro_receive = vlan_gro_receive,
/Linux-v5.15/net/ethernet/
Deth.c448 pp = indirect_call_gro_receive_inet(ptype->callbacks.gro_receive, in eth_gro_receive()
487 .gro_receive = eth_gro_receive,
/Linux-v5.15/include/linux/
Dudp.h82 struct sk_buff * (*gro_receive)(struct sock *sk, member
Dnetdevice.h2646 struct sk_buff *(*gro_receive)(struct list_head *head, member
/Linux-v5.15/include/net/
Dudp_tunnel.h84 udp_tunnel_gro_receive_t gro_receive; member
/Linux-v5.15/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.c3546 tunnel_cfg.gro_receive = vxlan_gro_receive; in vxlan_socket_create()
/Linux-v5.15/net/core/
Ddev.c6056 if (ptype->type != type || !ptype->callbacks.gro_receive) in dev_gro_receive()
6086 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
6153 if (ptype->type != type || !ptype->callbacks.gro_receive) in gro_find_receive_by_type()