Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c146 sctp_ill_list, (void *)sctp_ill); in sctp_ipif_inactive()
750 list_insert_tail(&sctps->sctps_g_ills[index].sctp_ill_list, in sctp_update_ill()
764 list_remove(&sctps->sctps_g_ills[index].sctp_ill_list, in sctp_update_ill()
811 &sctps->sctps_g_ills[indx].sctp_ill_list, in sctp_ill_reindex()
815 &sctps->sctps_g_ills[nindx].sctp_ill_list, in sctp_ill_reindex()
852 &sctps->sctps_g_ills[hindex].sctp_ill_list, fsctp_ill); in sctp_move_ipif()
1199 ill_list = &sctps->sctps_g_ills[ill_index].sctp_ill_list; in sctp_update_ipif()
1999 list_remove(&sctps->sctps_g_ills[i].sctp_ill_list, in sctp_free_ills()
2006 list_tail(&sctps->sctps_g_ills[i].sctp_ill_list); in sctp_free_ills()
2059 list_create(&sctps->sctps_g_ills[i].sctp_ill_list, in sctp_saddr_init()
[all …]
H A Dsctp_addr.h126 list_t sctp_ill_list; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1413 uaddr = (uintptr_t)&iw.ills[i].sctp_ill_list; in sctp_stack_ill_walk_init()