Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dgro.c231 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
338 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
366 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
446 int same_flow; in dev_gro_receive() local
501 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
510 if (same_flow) in dev_gro_receive()
/linux-6.6.21/net/ipv4/
Dgre_offload.c195 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()
210 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
216 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.c457 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()
490 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
497 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
582 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
592 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
Dfou_core.c398 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()
407 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
414 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
Desp4_offload.c87 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
Daf_inet.c1517 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1529 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/linux-6.6.21/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-6.6.21/net/ipv6/
Dip6_offload.c240 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
257 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-6.6.21/net/8021q/
Dvlan_core.c492 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
497 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/linux-6.6.21/include/net/
Dgro.h57 u8 same_flow:1;
/linux-6.6.21/drivers/net/
Dgeneve.c517 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
523 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c714 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_prepare_receive()
720 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_prepare_receive()