Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c483 bbr_get_rtt(struct tcp_bbr *bbr, int32_t rtt_type);
4217 bbr_get_rtt(struct tcp_bbr *bbr, int32_t rtt_type) in bbr_get_rtt() argument
4238 if (rtt_type == BBR_RTT_PROP) { in bbr_get_rtt()
4240 } else if (rtt_type == BBR_RTT_PKTRTT) { in bbr_get_rtt()
4247 } else if (rtt_type == BBR_RTT_RACK) { in bbr_get_rtt()
4252 } else if (rtt_type == BBR_SRTT) { in bbr_get_rtt()
4258 panic("Unknown rtt request type %d", rtt_type); in bbr_get_rtt()