Searched refs:flush_timestamp (Results 1 – 9 of 9) sorted by relevance
| /dpdk/lib/gro/ |
| H A D | rte_gro.c | 391 uint64_t flush_timestamp; in rte_gro_timeout_flush() local 396 flush_timestamp = rte_rdtsc() - timeout_cycles; in rte_gro_timeout_flush() 401 flush_timestamp, out, left_nb_out); in rte_gro_timeout_flush() 408 flush_timestamp, &out[num], left_nb_out); in rte_gro_timeout_flush() 416 flush_timestamp, in rte_gro_timeout_flush() 425 flush_timestamp, in rte_gro_timeout_flush()
|
| H A D | gro_vxlan_udp4.h | 138 uint64_t flush_timestamp,
|
| H A D | gro_vxlan_tcp4.h | 141 uint64_t flush_timestamp,
|
| H A D | gro_tcp4.c | 328 uint64_t flush_timestamp, in gro_tcp4_tbl_timeout_flush() argument 342 if (tbl->items[j].start_time <= flush_timestamp) { in gro_tcp4_tbl_timeout_flush()
|
| H A D | gro_udp4.c | 379 uint64_t flush_timestamp, in gro_udp4_tbl_timeout_flush() argument 393 if (tbl->items[j].start_time <= flush_timestamp) { in gro_udp4_tbl_timeout_flush()
|
| H A D | gro_udp4.h | 157 uint64_t flush_timestamp,
|
| H A D | gro_tcp4.h | 167 uint64_t flush_timestamp,
|
| H A D | gro_vxlan_tcp4.c | 453 uint64_t flush_timestamp, in gro_vxlan_tcp4_tbl_timeout_flush() argument 468 flush_timestamp) { in gro_vxlan_tcp4_tbl_timeout_flush()
|
| H A D | gro_vxlan_udp4.c | 490 uint64_t flush_timestamp, in gro_vxlan_udp4_tbl_timeout_flush() argument 505 flush_timestamp) { in gro_vxlan_udp4_tbl_timeout_flush()
|