Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dnmreplay.c241 uint64_t total_tx_time; member
405 pf->total_tx_time = prev_ts - pf->first_ts; /* excluding first packet */ in readpcap()
408 1e-9*pf->total_tx_time, (u_long)first_len); in readpcap()
421 first_pkt_time = pf->total_tx_time * first_len / (pf->tot_bytes - first_len); in readpcap()
424 pf->total_tx_time += first_pkt_time; in readpcap()