Home
last modified time | relevance | path

Searched refs:sctp_listener_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c50 sctp_listener_t *sl; in sctp_listener_conf_get()
93 sctp_listener_t *new_sl; in sctp_listener_conf_add()
94 sctp_listener_t *sl; in sctp_listener_conf_add()
121 if ((new_sl = kmem_alloc(sizeof (sctp_listener_t), KM_NOSLEEP)) == in sctp_listener_conf_add()
142 sctp_listener_t *sl; in sctp_listener_conf_del()
159 kmem_free(sl, sizeof (sctp_listener_t)); in sctp_listener_conf_del()
H A Dsctp_misc.c115 sctp_listener_t *sl; in sctp_find_listener_conf()
136 sctp_listener_t *sl; in sctp_listener_conf_cleanup()
141 kmem_free(sl, sizeof (sctp_listener_t)); in sctp_listener_conf_cleanup()
H A Dsctp.c1578 list_create(&sctps->sctps_listener_conf, sizeof (sctp_listener_t), in sctp_stack_init()
1579 offsetof(sctp_listener_t, sl_link)); in sctp_stack_init()
H A Dsctp_impl.h369 } sctp_listener_t; typedef