Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dgre_offload.c193 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()
208 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
214 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
H 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()
H A Dudp_offload.c451 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
458 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
537 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
547 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
H 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()
H A Desp4_offload.c86 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
H A Daf_inet.c1484 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1496 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c431 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
436 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_offload.c239 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
256 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
H A Desp6_offload.c113 NAPI_GRO_CB(skb)->same_flow = 0; in esp6_gro_receive()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_core.c488 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
493 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dgeneve.c504 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()
510 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
H A Dvxlan.c799 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()
805 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c5878 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
5908 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
5986 int same_flow; in dev_gro_receive() local
6001 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()
6041 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
6050 if (same_flow) in dev_gro_receive()
H A Dskbuff.c3799 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()
4263 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2515 u8 same_flow:1; member