Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_offload.c249 if (!ops || !ops->callbacks.gro_receive) { in ipv6_gro_receive()
253 if (!ops || !ops->callbacks.gro_receive) in ipv6_gro_receive()
315 ops->callbacks.gro_receive, head, skb); in ipv6_gro_receive()
430 .gro_receive = ipv6_gro_receive,
465 .gro_receive = sit_ip6ip6_gro_receive,
473 .gro_receive = ip4ip6_gro_receive,
481 .gro_receive = sit_ip6ip6_gro_receive,
H A Dtcpv6_offload.c72 .gro_receive = tcp6_gro_receive,
H A Dudp_offload.c193 .gro_receive = udp6_gro_receive,
H A Desp6_offload.c386 .gro_receive = esp6_gro_receive,
/openbmc/linux/net/ipv4/
H A Dudp_tunnel_core.c78 udp_sk(sk)->gro_receive = cfg->gro_receive; in setup_udp_tunnel_sock()
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 Dfou_core.c259 if (!ops || !ops->callbacks.gro_receive) in fou_gro_receive()
262 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in fou_gro_receive()
455 if (!ops || !ops->callbacks.gro_receive) in gue_gro_receive()
458 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); in gue_gro_receive()
608 tunnel_cfg.gro_receive = fou_gro_receive; in fou_create()
614 tunnel_cfg.gro_receive = gue_gro_receive; in fou_create()
H A Dudp_offload.c598 if (!sk || !udp_sk(sk)->gro_receive) { in udp_gro_receive()
645 pp = call_gro_receive_sk(udp_sk(sk)->gro_receive, sk, head, skb); in udp_gro_receive()
784 .gro_receive = udp4_gro_receive,
H A Daf_inet.c1496 if (!ops || !ops->callbacks.gro_receive) in inet_gro_receive()
1583 ops->callbacks.gro_receive, head, skb); in inet_gro_receive()
1914 .gro_receive = inet_gro_receive,
1922 .gro_receive = ipip_gro_receive,
H A Dtcp_offload.c356 .gro_receive = tcp4_gro_receive,
H A Desp4_offload.c352 .gro_receive = esp4_gro_receive,
/openbmc/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,
/openbmc/linux/net/ethernet/
H A Deth.c435 pp = indirect_call_gro_receive_inet(ptype->callbacks.gro_receive, in eth_gro_receive()
470 .gro_receive = eth_gro_receive,
/openbmc/linux/net/core/
H A Dgro.c452 if (ptype->type == type && ptype->callbacks.gro_receive) in dev_gro_receive()
487 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
548 if (ptype->type != type || !ptype->callbacks.gro_receive) in gro_find_receive_by_type()
/openbmc/linux/include/linux/
H A Dudp.h80 struct sk_buff * (*gro_receive)(struct sock *sk, member
H A Dnetdevice.h2725 struct sk_buff *(*gro_receive)(struct list_head *head, member
/openbmc/linux/include/net/
H A Dudp_tunnel.h88 udp_tunnel_gro_receive_t gro_receive; member
/openbmc/linux/drivers/net/
H A Dgeneve.c553 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in geneve_gro_receive()
620 tunnel_cfg.gro_receive = geneve_gro_receive; in geneve_socket_create()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c762 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in vxlan_gpe_gro_receive()
3491 tunnel_cfg.gro_receive = vxlan_gpe_gro_receive; in vxlan_socket_create()
3494 tunnel_cfg.gro_receive = vxlan_gro_receive; in vxlan_socket_create()