Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c145 list_remove(&sctps->sctps_g_ills[ill_index]. in sctp_ipif_inactive()
147 sctps->sctps_g_ills[ill_index].ill_count--; in sctp_ipif_inactive()
707 sctp_ill = list_head(&sctps->sctps_g_ills[index].sctp_ill_list); in sctp_update_ill()
708 for (i = 0; i < sctps->sctps_g_ills[index].ill_count; i++) { 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()
752 sctps->sctps_g_ills[index].ill_count++; in sctp_update_ill()
764 list_remove(&sctps->sctps_g_ills[index].sctp_ill_list, in sctp_update_ill()
766 sctps->sctps_g_ills[index].ill_count--; in sctp_update_ill()
799 sctp_ill = list_head(&sctps->sctps_g_ills[indx].sctp_ill_list); in sctp_ill_reindex()
[all …]
H A Dsctp_stack.h158 struct sctp_ill_hash_s *sctps_g_ills; member
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1397 kaddr = wsp->walk_addr + OFFSETOF(sctp_stack_t, sctps_g_ills); in sctp_stack_ill_walk_init()