Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dgre_offload.c197 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()
212 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
218 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
A Dtcp_offload.c221 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()
A Dudp_offload.c454 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
461 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
546 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
556 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
A Dfou.c405 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()
A Desp4_offload.c85 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
A Daf_inet.c1479 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1491 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/linux/net/ethernet/
A Deth.c427 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
432 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/linux/net/ipv6/
A Dip6_offload.c238 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
255 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
A Desp6_offload.c113 NAPI_GRO_CB(skb)->same_flow = 0; in esp6_gro_receive()
/linux/net/8021q/
A Dvlan_core.c489 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
494 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/linux/drivers/net/
A Dgeneve.c506 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
512 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
A Dvxlan.c800 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()
806 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
/linux/net/core/
A Ddev.c5953 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
5995 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
6067 int same_flow; in dev_gro_receive() local
6082 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()
6122 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
6131 if (same_flow) in dev_gro_receive()
A Dskbuff.c3943 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()
4412 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
/linux/include/linux/
A Dnetdevice.h2552 u8 same_flow:1; member

Completed in 69 milliseconds