Searched refs:num_preferred (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 2951 int cur_addr_num = 0, num_preferred = 0; in sctp_choose_boundall() local 2994 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, in sctp_choose_boundall() 3000 num_preferred, sctp_ifn->ifn_name); in sctp_choose_boundall() 3001 if (num_preferred == 0) { in sctp_choose_boundall() 3013 if (cur_addr_num >= num_preferred) { in sctp_choose_boundall() 3053 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, inp, stcb, non_asoc_addr_ok, in sctp_choose_boundall() 3057 ifn, num_preferred); in sctp_choose_boundall() 3058 if (num_preferred == 0) { in sctp_choose_boundall() 3065 num_preferred, (void *)sctp_ifn, cur_addr_num); in sctp_choose_boundall() 3072 if (cur_addr_num >= num_preferred) { in sctp_choose_boundall()
|