Searched refs:same_flow (Results 1 – 13 of 13) sorted by relevance
185 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()200 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()206 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
219 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()225 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()265 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
324 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()334 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
327 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()336 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()343 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
1331 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1343 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
220 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()235 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
418 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()423 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
652 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()657 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
4142 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()4156 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()4204 int same_flow; in dev_gro_receive() local4223 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()4253 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()4265 if (same_flow) in dev_gro_receive()
3332 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
421 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()427 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
585 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()591 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
1988 u8 same_flow:1; member