Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Dversion.map9 rte_gro_timeout_flush;
H A Drte_gro.h170 uint16_t rte_gro_timeout_flush(void *ctx,
H A Drte_gro.c385 rte_gro_timeout_flush(void *ctx, in rte_gro_timeout_flush() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_receive_offload_lib.rst73 tables. Finally, applications use ``rte_gro_timeout_flush()`` to flush
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c1065 nb_rx += rte_gro_timeout_flush(gro_ctx, 0, in pkt_burst_checksum_forward()