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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c834 sctp_ill_t *tsctp_ill = NULL; local
856 tsctp_ill = list_head(&sctps->sctps_g_ills[hindex].sctp_ill_list);
858 if (tsctp_ill->sctp_ill_index == SCTP_ILL_TO_PHYINDEX(t_ill) &&
859 tsctp_ill->sctp_ill_isv6 == t_ill->ill_isv6) {
862 tsctp_ill = list_next(
863 &sctps->sctps_g_ills[hindex].sctp_ill_list, tsctp_ill);
876 if (fsctp_ill == NULL || tsctp_ill == NULL || sctp_ipif == NULL) {
885 sctp_ipif->sctp_ipif_ill = tsctp_ill;
888 atomic_inc_32(&tsctp_ill->sctp_ill_ipifcnt);

Completed in 47 milliseconds