Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c496 bbr_get_rtt(struct tcp_bbr *bbr, int32_t rtt_type);
4240 bbr_get_rtt(struct tcp_bbr *bbr, int32_t rtt_type) in bbr_get_rtt() argument
4261 if (rtt_type == BBR_RTT_PROP) { in bbr_get_rtt()
4263 } else if (rtt_type == BBR_RTT_PKTRTT) { in bbr_get_rtt()
4270 } else if (rtt_type == BBR_RTT_RACK) { in bbr_get_rtt()
4275 } else if (rtt_type == BBR_SRTT) { in bbr_get_rtt()
4281 panic("Unknown rtt request type %d", rtt_type); in bbr_get_rtt()