Searched refs:same_flow (Results 1 – 14 of 14) sorted by relevance
290 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()379 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()419 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()491 int same_flow; in dev_gro_receive() local547 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()556 if (same_flow) in dev_gro_receive()
194 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()
219 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()
450 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()483 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()490 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()575 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()585 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
398 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()
86 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
1495 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1507 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
424 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()429 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()
485 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()490 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
48 u8 same_flow:1;
522 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()528 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
737 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()743 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
Completed in 30 milliseconds