Searched refs:flush_timestamp (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_gro/ |
| H A D | rte_gro.c | 392 uint64_t flush_timestamp; in rte_gro_timeout_flush() local 397 flush_timestamp = rte_rdtsc() - timeout_cycles; in rte_gro_timeout_flush() 402 flush_timestamp, out, left_nb_out); in rte_gro_timeout_flush() 409 flush_timestamp, &out[num], left_nb_out); in rte_gro_timeout_flush() 417 flush_timestamp, in rte_gro_timeout_flush() 426 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 | 329 uint64_t flush_timestamp, in gro_tcp4_tbl_timeout_flush() argument 343 if (tbl->items[j].start_time <= flush_timestamp) { in gro_tcp4_tbl_timeout_flush()
|
| H A D | gro_udp4.c | 380 uint64_t flush_timestamp, in gro_udp4_tbl_timeout_flush() argument 394 if (tbl->items[j].start_time <= flush_timestamp) { in gro_udp4_tbl_timeout_flush()
|
| H A D | gro_udp4.h | 159 uint64_t flush_timestamp,
|
| H A D | gro_tcp4.h | 169 uint64_t flush_timestamp,
|
| H A D | gro_vxlan_tcp4.c | 454 uint64_t flush_timestamp, in gro_vxlan_tcp4_tbl_timeout_flush() argument 469 flush_timestamp) { in gro_vxlan_tcp4_tbl_timeout_flush()
|
| H A D | gro_vxlan_udp4.c | 491 uint64_t flush_timestamp, in gro_vxlan_udp4_tbl_timeout_flush() argument 506 flush_timestamp) { in gro_vxlan_udp4_tbl_timeout_flush()
|