Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c294 struct tcp_log_id_head tlb_head; member
385 KASSERT(SLIST_EMPTY(&tlb->tlb_head), in tcp_log_remove_bucket()
508 SLIST_REMOVE(&tlb->tlb_head, tln, tcp_log_id_node, tln_list); in tcp_log_remove_id_node()
911 SLIST_INIT(&tlb->tlb_head); in tcp_log_set_id()
987 SLIST_INSERT_HEAD(&tlb->tlb_head, tln, tln_list); in tcp_log_set_id()
2597 SLIST_FOREACH_SAFE(cur_tln, &tlb->tlb_head, tln_list, tmp_tln) { in tcp_log_dumpbucketlogs()
2636 SLIST_REMOVE_HEAD(&tlb->tlb_head, tln_list); in tcp_log_dumpbucketlogs()