Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c262 struct tcp_log_id_head tlb_head; member
353 KASSERT(SLIST_EMPTY(&tlb->tlb_head), in tcp_log_remove_bucket()
476 SLIST_REMOVE(&tlb->tlb_head, tln, tcp_log_id_node, tln_list); in tcp_log_remove_id_node()
796 SLIST_INIT(&tlb->tlb_head); in tcp_log_set_id()
872 SLIST_INSERT_HEAD(&tlb->tlb_head, tln, tln_list); in tcp_log_set_id()
2379 SLIST_FOREACH_SAFE(cur_tln, &tlb->tlb_head, tln_list, tmp_tln) { in tcp_log_dumpbucketlogs()
2418 SLIST_REMOVE_HEAD(&tlb->tlb_head, tln_list); in tcp_log_dumpbucketlogs()