Home
last modified time | relevance | path

Searched refs:indx_of_eligible_next_to_use (Results 1 – 2 of 2) sorted by path

/freebsd/sys/netinet/
H A Dsctp_output.c2992 cur_addr_num = net->indx_of_eligible_next_to_use; in sctp_choose_boundall()
3030 net->indx_of_eligible_next_to_use = cur_addr_num + 1; in sctp_choose_boundall()
3080 net->indx_of_eligible_next_to_use = cur_addr_num + 1; in sctp_choose_boundall()
H A Dsctp_structs.h368 uint8_t indx_of_eligible_next_to_use; member