Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c176 sctp_listen_cnt_t *slc; in sctp_listen()
184 slc = kmem_alloc(sizeof (sctp_listen_cnt_t), KM_SLEEP); in sctp_listen()
H A Dsctp_impl.h400 } sctp_listen_cnt_t; typedef
408 kmem_free((sctp)->sctp_listen_cnt, sizeof (sctp_listen_cnt_t));\
958 sctp_listen_cnt_t *sctp_listen_cnt;
H A Dsctp_conn.c148 sctp_listen_cnt_t *slc = sctp->sctp_listen_cnt; in sctp_conn_request()