Searched refs:sctps_g_list (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_misc.c | 99 for (sctp_walker = list_head(&sctps->sctps_g_list); in sctp_display_all() 101 sctp_walker = (sctp_t *)list_next(&sctps->sctps_g_list, in sctp_display_all()
|
H A D | sctp_snmp.c | 94 sctp = list_head(&sctps->sctps_g_list); in sctp_kstat_update() 99 sctp = list_next(&sctps->sctps_g_list, sctp); in sctp_kstat_update() 202 sctp = list_next(&sctps->sctps_g_list, sctp); in sctp_kstat_update() 594 sctp = list_head(&sctps->sctps_g_list); in sctp_snmp_get_mib2() 599 sctp = list_next(&sctps->sctps_g_list, sctp); in sctp_snmp_get_mib2() 813 sctp = list_next(&sctps->sctps_g_list, sctp); in sctp_snmp_get_mib2()
|
H A D | sctp_stack.h | 126 struct list sctps_g_list; /* SCTP instance data chain */ member
|
H A D | sctp_hash.c | 168 sctp = list_head(&sctps->sctps_g_list); in cl_sctp_walk_list_stack() 176 sctp = list_next(&sctps->sctps_g_list, sctp); in cl_sctp_walk_list_stack() 225 sctp = list_next(&sctps->sctps_g_list, sctp); in cl_sctp_walk_list_stack()
|
H A D | sctp.c | 137 list_insert_tail(&sctps->sctps_g_list, (sctp)); \ 143 list_remove(&(sctps)->sctps_g_list, (sctp)); \ 1554 list_create(&sctps->sctps_g_list, sizeof (sctp_t), in sctp_stack_init() 1638 list_destroy(&sctps->sctps_g_list); in sctp_stack_fini()
|
H A D | sctp_addr.c | 907 sctp = list_head(&sctps->sctps_g_list); in sctp_update_saddrs() 913 sctp = list_next(&sctps->sctps_g_list, sctp); in sctp_update_saddrs() 944 sctp = list_next(&sctps->sctps_g_list, sctp); in sctp_update_saddrs()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 1192 kaddr = wsp->walk_addr + OFFSETOF(sctp_stack_t, sctps_g_list); in sctps_walk_step()
|