Searched refs:num_preferred (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 2955 int cur_addr_num = 0, num_preferred = 0; in sctp_choose_boundall() local 2998 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, in sctp_choose_boundall() 3004 num_preferred, sctp_ifn->ifn_name); in sctp_choose_boundall() 3005 if (num_preferred == 0) { in sctp_choose_boundall() 3017 if (cur_addr_num >= num_preferred) { in sctp_choose_boundall() 3057 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, inp, stcb, non_asoc_addr_ok, in sctp_choose_boundall() 3061 ifn, num_preferred); in sctp_choose_boundall() 3062 if (num_preferred == 0) { in sctp_choose_boundall() 3069 num_preferred, (void *)sctp_ifn, cur_addr_num); in sctp_choose_boundall() 3076 if (cur_addr_num >= num_preferred) { in sctp_choose_boundall()
|