Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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.c327 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()
Daf_inet.c1331 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1343 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/linux-4.4.14/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.4.14/net/ethernet/
Deth.c418 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
423 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/linux-4.4.14/net/8021q/
Dvlan.c652 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
657 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/linux-4.4.14/net/core/
Ddev.c4142 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() local
4223 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()
Dskbuff.c3332 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
/linux-4.4.14/drivers/net/
Dgeneve.c421 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
427 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
Dvxlan.c585 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()
591 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
/linux-4.4.14/include/linux/
Dnetdevice.h1988 u8 same_flow:1; member