Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dgro.c279 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
368 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
410 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
482 int same_flow; in dev_gro_receive() local
537 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
546 if (same_flow) in dev_gro_receive()
/Linux-v6.1/net/ipv4/
Dgre_offload.c194 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()
209 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
215 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
Dtcp_offload.c219 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()
225 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()
290 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
Dudp_offload.c449 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()
482 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
489 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
574 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
584 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
Dfou.c396 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()
405 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
412 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.c1496 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1508 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/Linux-v6.1/net/ethernet/
Deth.c424 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
429 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/Linux-v6.1/net/8021q/
Dvlan_core.c485 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
490 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/Linux-v6.1/net/ipv6/
Dip6_offload.c258 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
275 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
Desp6_offload.c114 NAPI_GRO_CB(skb)->same_flow = 0; in esp6_gro_receive()
/Linux-v6.1/include/net/
Dgro.h48 u8 same_flow:1;
/Linux-v6.1/drivers/net/
Dgeneve.c522 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
528 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c737 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()
743 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()