Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c2777 int num_eligible_addr = 0; in sctp_select_nth_preferred_addr_from_ifn_boundall() local
2874 if (num_eligible_addr >= addr_wanted) { in sctp_select_nth_preferred_addr_from_ifn_boundall()
2877 num_eligible_addr++; in sctp_select_nth_preferred_addr_from_ifn_boundall()
2892 int num_eligible_addr = 0; in sctp_count_num_preferred_boundall() local
2935 num_eligible_addr++; in sctp_count_num_preferred_boundall()
2937 return (num_eligible_addr); in sctp_count_num_preferred_boundall()