Searched refs:same_flow (Results 1 – 15 of 15) sorted by relevance
184 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()199 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()205 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
221 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()227 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()279 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
375 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()382 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()441 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()451 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
405 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()414 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()421 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
86 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
1452 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1464 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
470 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()475 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
239 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()256 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
113 NAPI_GRO_CB(skb)->same_flow = 0; in esp6_gro_receive()
489 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()494 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
506 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()512 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
768 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()774 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
5361 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()5378 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()5456 int same_flow; in dev_gro_receive() local5471 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()5511 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()5520 if (same_flow) in dev_gro_receive()
4093 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
2275 u8 same_flow:1; member