Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c394 uint16_t left_nb_out = max_nb_out; in rte_gro_timeout_flush() local
402 flush_timestamp, out, left_nb_out); in rte_gro_timeout_flush()
403 left_nb_out = max_nb_out - num; in rte_gro_timeout_flush()
406 if ((gro_types & RTE_GRO_IPV4_VXLAN_UDP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
409 flush_timestamp, &out[num], left_nb_out); in rte_gro_timeout_flush()
410 left_nb_out = max_nb_out - num; in rte_gro_timeout_flush()
414 if ((gro_types & RTE_GRO_TCP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
418 &out[num], left_nb_out); in rte_gro_timeout_flush()
419 left_nb_out = max_nb_out - num; in rte_gro_timeout_flush()
423 if ((gro_types & RTE_GRO_UDP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
[all …]