Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c72 static struct tcp_log_id_tree tcp_log_id_head; variable
251 SLIST_HEAD(tcp_log_id_head, tcp_log_id_node);
262 struct tcp_log_id_head tlb_head;
355 if (RB_REMOVE(tcp_log_id_tree, &tcp_log_id_head, tlb) == NULL) { in tcp_log_remove_bucket()
734 tmp_tlb = RB_FIND(tcp_log_id_tree, &tcp_log_id_head, in tcp_log_set_id()
824 tmp_tlb = RB_INSERT(tcp_log_id_tree, &tcp_log_id_head, in tcp_log_set_id()