Searched refs:hb_random_values (Results 1 – 3 of 3) sorted by relevance
579 u_int8_t hb_random_values[4]; member
1187 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_timer_start()1188 sizeof(stcb->asoc.hb_random_values)); in sctp_timer_start()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()
2035 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_get_ect() 2036 sizeof(stcb->asoc.hb_random_values)); in sctp_get_ect() 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()