Home
last modified time | relevance | path

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

/dpdk/lib/gro/
H A Drte_gro.c393 uint16_t left_nb_out = max_nb_out; in rte_gro_timeout_flush() local
401 flush_timestamp, out, left_nb_out); in rte_gro_timeout_flush()
402 left_nb_out = max_nb_out - num; in rte_gro_timeout_flush()
405 if ((gro_types & RTE_GRO_IPV4_VXLAN_UDP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
408 flush_timestamp, &out[num], left_nb_out); in rte_gro_timeout_flush()
409 left_nb_out = max_nb_out - num; in rte_gro_timeout_flush()
413 if ((gro_types & RTE_GRO_TCP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
417 &out[num], left_nb_out); in rte_gro_timeout_flush()
418 left_nb_out = max_nb_out - num; in rte_gro_timeout_flush()
422 if ((gro_types & RTE_GRO_UDP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
[all …]