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

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c2963 int cur_addr_num = 0, num_preferred = 0; local
3008 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn,
3014 num_preferred, sctp_ifn->ifn_name);
3015 if (num_preferred == 0) {
3027 if (cur_addr_num >= num_preferred) {
3067 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, inp, stcb, non_asoc_addr_ok,
3071 ifn, num_preferred);
3072 if (num_preferred == 0) {
3079 num_preferred, (void *)sctp_ifn, cur_addr_num);
3086 if (cur_addr_num >= num_preferred) {
[all...]

Completed in 62 milliseconds