Lines Matching defs:sl
50 sctp_listener_t *sl;
63 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL;
64 sl = list_next(&sctps->sctps_listener_conf, sl)) {
66 nbytes = snprintf(pval, size, "%d:%d", sl->sl_port,
67 sl->sl_ratio);
69 nbytes = snprintf(pval, size, ",%d:%d", sl->sl_port,
70 sl->sl_ratio);
94 sctp_listener_t *sl;
111 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL;
112 sl = list_next(&sctps->sctps_listener_conf, sl)) {
114 if (sl->sl_port == lport) {
115 sl->sl_ratio = ratio;
142 sctp_listener_t *sl;
154 for (sl = list_head(&sctps->sctps_listener_conf); sl != NULL;
155 sl = list_next(&sctps->sctps_listener_conf, sl)) {
156 if (sl->sl_port == lport) {
157 list_remove(&sctps->sctps_listener_conf, sl);
159 kmem_free(sl, sizeof (sctp_listener_t));