Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c450 uint32_t useconds_time, uint64_t bw);
3535 bbr_get_pacing_length(struct tcp_bbr *bbr, uint16_t gain, uint32_t useconds_time, uint64_t bw) in bbr_get_pacing_length() argument
3539 if (useconds_time == 0) in bbr_get_pacing_length()
3543 tim = useconds_time; in bbr_get_pacing_length()