Searched refs:tcp_log_unref_bucket (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 399 tcp_log_unref_bucket(struct tcp_log_id_bucket *tlb, int *tree_locked, in tcp_log_unref_bucket() function 504 if (!tcp_log_unref_bucket(tlb, tree_locked, inp)) in tcp_log_remove_id_node() 582 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_apply_ratio() 622 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_set_tag() 730 if (tcp_log_unref_bucket(tlb, &tree_locked, inp)) { in tcp_log_set_id() 1069 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_get_tag() 2640 if (tcp_log_unref_bucket(tlb, &tree_locked, NULL)) { in tcp_log_dumpbucketlogs() 2767 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_dumpbucketlogs() 2817 if (tcp_log_unref_bucket(tlb, &tree_locked, NULL)) { in tcp_log_dump_tp_bucket_logbufs()
|