Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_timer.c258 uint8_t this_random; in sctp_find_alternate_net() local
263 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()
267 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
271 if (this_random % 2 == 1) { in sctp_find_alternate_net()
302 uint8_t this_random; in sctp_find_alternate_net() local
308 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()
312 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
316 if (this_random % 2) { in sctp_find_alternate_net()