Lines Matching defs:sl
115 sctp_listener_t *sl;
119 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL;
120 sl = list_next(&sctps->sctps_listener_conf, sl)) {
121 if (sl->sl_port == port) {
122 ratio = sl->sl_ratio;
136 sctp_listener_t *sl;
139 while ((sl = list_head(&sctps->sctps_listener_conf)) != NULL) {
140 list_remove(&sctps->sctps_listener_conf, sl);
141 kmem_free(sl, sizeof (sctp_listener_t));