Searched refs:tcp_log_unref_bucket (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_log_buf.c | 409 tcp_log_unref_bucket(struct tcp_log_id_bucket *tlb, int *tree_locked, in tcp_log_unref_bucket() function 514 if (!tcp_log_unref_bucket(tlb, tree_locked, inp)) in tcp_log_remove_id_node() 592 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_apply_ratio() 632 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_set_tag() 740 if (tcp_log_unref_bucket(tlb, &tree_locked, inp)) { in tcp_log_set_id() 1079 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_get_tag() 2651 if (tcp_log_unref_bucket(tlb, &tree_locked, NULL)) { in tcp_log_dumpbucketlogs() 2778 if (!tcp_log_unref_bucket(tlb, &tree_locked, NULL)) in tcp_log_dumpbucketlogs() 2828 if (tcp_log_unref_bucket(tlb, &tree_locked, NULL)) { in tcp_log_dump_tp_bucket_logbufs()
|