Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c146 sctp_ill_list, (void *)sctp_ill); in sctp_ipif_inactive()
707 sctp_ill = list_head(&sctps->sctps_g_ills[index].sctp_ill_list); in sctp_update_ill()
713 sctp_ill = list_next(&sctps->sctps_g_ills[index].sctp_ill_list, in sctp_update_ill()
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()
799 sctp_ill = list_head(&sctps->sctps_g_ills[indx].sctp_ill_list); in sctp_ill_reindex()
801 nxt_sill = list_next(&sctps->sctps_g_ills[indx].sctp_ill_list, in sctp_ill_reindex()
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()
845 fsctp_ill = list_head(&sctps->sctps_g_ills[hindex].sctp_ill_list); in sctp_move_ipif()
[all …]
H A Dsctp_addr.h126 list_t sctp_ill_list; member
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1411 uaddr = (uintptr_t)&iw.ills[i].sctp_ill_list; in sctp_stack_ill_walk_init()