Searched refs:tcp_log_id_tree (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 73 RB_HEAD(tcp_log_id_tree, tcp_log_id_bucket); 74 static struct tcp_log_id_tree tcp_log_id_head; 85 RB_PROTOTYPE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) 346 RB_GENERATE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) in RB_GENERATE_STATIC() argument 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()
|