Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c133 list_remove(&sctps->sctps_g_ipifs[hindex].sctp_ipif_list, in sctp_ipif_inactive()
135 sctps->sctps_g_ipifs[hindex].ipif_count--; in sctp_ipif_inactive()
185 if (sctps->sctps_g_ipifs[hindex].ipif_count == 0) { in sctp_lookup_ipif_addr()
189 sctp_ipif = list_head(&sctps->sctps_g_ipifs[hindex].sctp_ipif_list); in sctp_lookup_ipif_addr()
190 for (j = 0; j < sctps->sctps_g_ipifs[hindex].ipif_count; j++) { in sctp_lookup_ipif_addr()
214 &sctps->sctps_g_ipifs[hindex].sctp_ipif_list, sctp_ipif); in sctp_lookup_ipif_addr()
244 if (sctps->sctps_g_ipifs[i].ipif_count == 0) in sctp_get_all_ipifs()
246 sctp_ipif = list_head(&sctps->sctps_g_ipifs[i].sctp_ipif_list); in sctp_get_all_ipifs()
247 for (j = 0; j < sctps->sctps_g_ipifs[i].ipif_count; j++) { in sctp_get_all_ipifs()
259 &sctps->sctps_g_ipifs[i].sctp_ipif_list, in sctp_get_all_ipifs()
[all …]
H A Dsctp_stack.h163 struct sctp_ipif_hash_s *sctps_g_ipifs; member
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1469 kaddr = wsp->walk_addr + OFFSETOF(sctp_stack_t, sctps_g_ipifs); in sctp_stack_ipif_walk_init()