Lines Matching refs:asc
2023 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_ep() local
2028 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_ep()
2029 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep()
2037 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2049 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2058 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2069 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_ep_end() local
2073 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_ep_end()
2074 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep_end()
2100 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_stcb() local
2107 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_stcb()
2108 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_stcb()
2127 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_stcb()
2180 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_stcb()
2191 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_stcb()
2262 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_end() local
2266 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_end()
2267 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end()
2277 SCTP_FREE(asc, SCTP_M_ASC_IT); in sctp_asconf_iterator_end()
3223 struct sctp_asconf_iterator *asc; in sctp_addr_mgmt_ep_sa() local
3227 SCTP_MALLOC(asc, struct sctp_asconf_iterator *, in sctp_addr_mgmt_ep_sa()
3230 if (asc == NULL) { in sctp_addr_mgmt_ep_sa()
3236 SCTP_FREE(asc, SCTP_M_ASC_IT); in sctp_addr_mgmt_ep_sa()
3240 LIST_INIT(&asc->list_of_work); in sctp_addr_mgmt_ep_sa()
3241 asc->cnt = 1; in sctp_addr_mgmt_ep_sa()
3246 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_addr_mgmt_ep_sa()
3253 (void *)asc, 0, in sctp_addr_mgmt_ep_sa()
3258 sctp_asconf_iterator_end(asc, 0); in sctp_addr_mgmt_ep_sa()