tcp_listener_t
list_create(&tcps->tcps_listener_conf, sizeof (tcp_listener_t),
offsetof(tcp_listener_t, tl_link));
tcp_listener_t *tl;
tcp_listener_t *tl;
kmem_free(tl, sizeof (tcp_listener_t));
tcp_listener_t *new_tl;
tcp_listener_t *tl;
if ((new_tl = kmem_alloc(sizeof (tcp_listener_t), KM_NOSLEEP)) ==
tcp_listener_t *tl;
kmem_free(tl, sizeof (tcp_listener_t));
tcp_listener_t *tl;