Home
last modified time | relevance | path

Searched refs:same_flow (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/net/ipv4/
Dgre_offload.c188 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()
203 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
209 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
Dtcp_offload.c224 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()
230 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()
282 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
Dudp_offload.c376 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
386 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
Dfou.c403 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()
412 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
419 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
Desp4_offload.c86 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
Daf_inet.c1433 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1445 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/Linux-v4.19/net/ethernet/
Deth.c452 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
457 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/Linux-v4.19/net/ipv6/
Dip6_offload.c222 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
237 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
Desp6_offload.c113 NAPI_GRO_CB(skb)->same_flow = 0; in esp6_gro_receive()
/Linux-v4.19/net/8021q/
Dvlan.c682 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
687 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/Linux-v4.19/drivers/net/
Dgeneve.c455 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
461 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
Dvxlan.c612 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()
618 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
/Linux-v4.19/net/core/
Ddev.c5357 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
5372 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
5446 int same_flow; in dev_gro_receive() local
5461 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()
5499 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
5509 if (same_flow) in dev_gro_receive()
Dskbuff.c3929 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
/Linux-v4.19/include/linux/
Dnetdevice.h2248 u8 same_flow:1; member