Searched refs:num_eligible_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c2786 int num_eligible_addr = 0; local
2885 if (num_eligible_addr >= addr_wanted) {
2888 num_eligible_addr++;
2904 int num_eligible_addr = 0; local
2947 num_eligible_addr++;
2949 return (num_eligible_addr);
3023 * Ok we have num_eligible_addr set with how many we can use, this
3082 * Ok we have num_eligible_addr set with how many we can

Completed in 66 milliseconds