Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c74 static struct tcp_log_id_tree tcp_log_id_head; variable
273 SLIST_HEAD(tcp_log_id_head, tcp_log_id_node);
284 struct tcp_log_id_head tlb_head;
377 if (RB_REMOVE(tcp_log_id_tree, &tcp_log_id_head, tlb) == NULL) { in tcp_log_remove_bucket()
839 tmp_tlb = RB_FIND(tcp_log_id_tree, &tcp_log_id_head, in tcp_log_set_id()
929 tmp_tlb = RB_INSERT(tcp_log_id_tree, &tcp_log_id_head, in tcp_log_set_id()