Searched refs:add_cnt (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_asconf.c2364 int add_cnt, del_cnt; local
2367 add_cnt = del_cnt = 0;
2418 add_cnt++;
2443 if (add_cnt > del_cnt ||
2444 (add_cnt == del_cnt && last_param_type == SCTP_ADD_IP_ADDRESS)) {

Completed in 81 milliseconds