Lines Matching refs:nsl_link
1820 tailq_entry_sock_locus nsl_link; // TCP and UDP sock_locus structures queued here member
2158 TAILQ_FOREACH(sol, &nstat_tcp_sock_locus_head, nsl_link) { in nstat_tcp_add_watcher()
2200 TAILQ_INSERT_HEAD(&nstat_tcp_sock_locus_head, sol, nsl_link); in nstat_tcp_new_pcb()
2242 TAILQ_REMOVE(&nstat_tcp_sock_locus_head, sol, nsl_link); in nstat_pcb_detach()
2245 TAILQ_REMOVE(&nstat_udp_sock_locus_head, sol, nsl_link); in nstat_pcb_detach()
2759 TAILQ_FOREACH(sol, &nstat_udp_sock_locus_head, nsl_link) { in nstat_udp_add_watcher()
2800 TAILQ_INSERT_HEAD(&nstat_udp_sock_locus_head, sol, nsl_link); in nstat_udp_new_pcb()
5778 TAILQ_FOREACH_SAFE(sol, &nstat_tcp_sock_locus_head, nsl_link, tmpsol) { in nstat_idle_check()
5796 TAILQ_REMOVE(&nstat_tcp_sock_locus_head, sol, nsl_link); in nstat_idle_check()
5804 TAILQ_FOREACH_SAFE(sol, &nstat_udp_sock_locus_head, nsl_link, tmpsol) { in nstat_idle_check()
5821 TAILQ_REMOVE(&nstat_tcp_sock_locus_head, sol, nsl_link); in nstat_idle_check()