Home
last modified time | relevance | path

Searched refs:sctps_listener_conf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c63 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL; in sctp_listener_conf_get()
64 sl = list_next(&sctps->sctps_listener_conf, sl)) { in sctp_listener_conf_get()
111 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL; in sctp_listener_conf_add()
112 sl = list_next(&sctps->sctps_listener_conf, sl)) { in sctp_listener_conf_add()
129 list_insert_tail(&sctps->sctps_listener_conf, new_sl); in sctp_listener_conf_add()
154 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL; in sctp_listener_conf_del()
155 sl = list_next(&sctps->sctps_listener_conf, sl)) { in sctp_listener_conf_del()
157 list_remove(&sctps->sctps_listener_conf, sl); in sctp_listener_conf_del()
H A Dsctp_misc.c119 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL; in sctp_find_listener_conf()
120 sl = list_next(&sctps->sctps_listener_conf, sl)) { in sctp_find_listener_conf()
139 while ((sl = list_head(&sctps->sctps_listener_conf)) != NULL) { in sctp_listener_conf_cleanup()
140 list_remove(&sctps->sctps_listener_conf, sl); in sctp_listener_conf_cleanup()
144 list_destroy(&sctps->sctps_listener_conf); in sctp_listener_conf_cleanup()
H A Dsctp_stack.h179 list_t sctps_listener_conf; member
H A Dsctp_bind.c174 if (!list_is_empty(&sctps->sctps_listener_conf) && in sctp_listen()
H A Dsctp.c1578 list_create(&sctps->sctps_listener_conf, sizeof (sctp_listener_t), in sctp_stack_init()