Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_output.c2788 int num_eligible_addr = 0; in sctp_select_nth_preferred_addr_from_ifn_boundall() local
2886 if (num_eligible_addr >= addr_wanted) { in sctp_select_nth_preferred_addr_from_ifn_boundall()
2889 num_eligible_addr++; in sctp_select_nth_preferred_addr_from_ifn_boundall()
2905 int num_eligible_addr = 0; in sctp_count_num_preferred_boundall() local
2948 num_eligible_addr++; in sctp_count_num_preferred_boundall()
2950 return (num_eligible_addr); in sctp_count_num_preferred_boundall()