Searched refs:fsctp_ill (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c833 sctp_ill_t *fsctp_ill = NULL; local
845 fsctp_ill = list_head(&sctps->sctps_g_ills[hindex].sctp_ill_list);
847 if (fsctp_ill->sctp_ill_index == SCTP_ILL_TO_PHYINDEX(f_ill) &&
848 fsctp_ill->sctp_ill_isv6 == f_ill->ill_isv6) {
851 fsctp_ill = list_next(
852 &sctps->sctps_g_ills[hindex].sctp_ill_list, fsctp_ill);
876 if (fsctp_ill == NULL || tsctp_ill == NULL || sctp_ipif == NULL) {
884 ASSERT(sctp_ipif->sctp_ipif_ill == fsctp_ill);
887 atomic_dec_32(&fsctp_ill->sctp_ill_ipifcnt);

Completed in 58 milliseconds