Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c1860 htcp_cong_time(struct htcp *ca) in htcp_cong_time() function
1868 return (ca->minRTT == 0 ? htcp_cong_time(ca) : htcp_cong_time(ca) / ca->minRTT); in htcp_ccount()
1984 uint32_t diff = htcp_cong_time(ca); in htcp_alpha_update()