Searched refs:tcp_log_id_tree (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 81 RB_HEAD(tcp_log_id_tree, tcp_log_id_bucket); 82 static struct tcp_log_id_tree tcp_log_id_head; 93 RB_PROTOTYPE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) 354 RB_GENERATE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) in RB_GENERATE_STATIC() argument 385 if (RB_REMOVE(tcp_log_id_tree, &tcp_log_id_head, tlb) == NULL) { in tcp_log_remove_bucket() 847 tmp_tlb = RB_FIND(tcp_log_id_tree, &tcp_log_id_head, in tcp_log_set_id() 937 tmp_tlb = RB_INSERT(tcp_log_id_tree, &tcp_log_id_head, in tcp_log_set_id()
|