Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctputil.c1170 uint8_t this_random; in sctp_timer_start() local
1189 this_random = stcb->asoc.hb_random_values[0]; in sctp_timer_start()
1193 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_timer_start()
1218 to_ticks = this_random + stcb->asoc.initial_rto + delay; in sctp_timer_start()
1221 to_ticks = delay + net->RTO + this_random; in sctp_timer_start()
1225 to_ticks = this_random + stcb->asoc.initial_rto; in sctp_timer_start()
1227 to_ticks = stcb->asoc.heart_beat_delay + this_random + stcb->asoc.initial_rto; in sctp_timer_start()
H A Dsctp_output.c2012 uint8_t this_random; in sctp_get_ect() local
2037 this_random = stcb->asoc.hb_random_values[0]; in sctp_get_ect()
2045 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_get_ect()
2047 if ((this_random >> stcb->asoc.hb_ect_randombit) & 0x01) { in sctp_get_ect()