Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_vegas.c101 static int32_t ertt_id; variable
134 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in vegas_ack_received()
252 ertt_id = khelp_get_id("ertt"); in vegas_mod_init()
253 if (ertt_id <= 0) { in vegas_mod_init()
H A Dcc_chd.c119 static int ertt_id; variable
246 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in chd_ack_received()
347 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in chd_cong_signal()
417 ertt_id = khelp_get_id("ertt"); in chd_mod_init()
418 if (ertt_id <= 0) { in chd_mod_init()
H A Dcc_cdg.c202 static int ertt_id; variable
262 ertt_id = khelp_get_id("ertt"); in cdg_mod_init()
263 if (ertt_id <= 0) in cdg_mod_init()
585 e_t = (struct ertt *)khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in cdg_ack_received()