Searched refs:hb_random_values (Results 1 – 2 of 2) sorted by relevance
261 memcpy(stcb->asoc.hb_random_values, &rndval, sizeof(stcb->asoc.hb_random_values)); in sctp_find_alternate_net()262 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()266 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()305 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_find_alternate_net()306 sizeof(stcb->asoc.hb_random_values)); in sctp_find_alternate_net()307 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()311 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
1150 uint8_t hb_random_values[4]; member