Home
last modified time | relevance | path

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

/illumos-gate/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()
752 sctps->sctps_g_ills[index].ill_count++; in sctp_update_ill()
766 sctps->sctps_g_ills[index].ill_count--; in sctp_update_ill()
811 &sctps->sctps_g_ills[indx].sctp_ill_list, in sctp_ill_reindex()
813 sctps->sctps_g_ills[indx].ill_count--; in sctp_ill_reindex()
817 sctps->sctps_g_ills[nindx].ill_count++; in sctp_ill_reindex()
1219 sctps->sctps_g_ills[ill_index].ill_count--; in sctp_update_ipif()
2008 sctps->sctps_g_ills[i].ill_count = 0; in sctp_free_ills()
2058 sctps->sctps_g_ills[i].ill_count = 0; in sctp_saddr_init()
[all …]
H A Dsctp_stack.h158 struct sctp_ill_hash_s *sctps_g_ills; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1399 kaddr = wsp->walk_addr + OFFSETOF(sctp_stack_t, sctps_g_ills); in sctp_stack_ill_walk_init()