Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dgre_offload.c185 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()
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()
265 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
Dgeneve.c184 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
190 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
Dudp_offload.c324 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
334 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
Dfou.c331 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()
340 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
347 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
Daf_inet.c1336 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1348 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/linux-4.1.27/net/ipv6/
Dip6_offload.c220 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
235 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
/linux-4.1.27/net/ethernet/
Deth.c416 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
421 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/linux-4.1.27/net/core/
Ddev.c3979 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
3992 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
4040 int same_flow; in dev_gro_receive() local
4059 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()
4089 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
4101 if (same_flow) in dev_gro_receive()
Dskbuff.c3332 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
/linux-4.1.27/drivers/net/
Dvxlan.c627 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()
633 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
/linux-4.1.27/include/linux/
Dnetdevice.h1940 u8 same_flow:1; member