Lines Matching refs:tcp_log_id_node
75 static STAILQ_HEAD(, tcp_log_id_node) tcp_log_expireq_head =
273 SLIST_HEAD(tcp_log_id_head, tcp_log_id_node);
292 struct tcp_log_id_node struct
294 SLIST_ENTRY(tcp_log_id_node) tln_list;
295 STAILQ_ENTRY(tcp_log_id_node) tln_expireq; /* Locked by the expireq lock */
472 struct tcp_log_id_bucket *tlb, struct tcp_log_id_node *tln, in tcp_log_remove_id_node()
498 SLIST_REMOVE(&tlb->tlb_head, tln, tcp_log_id_node, tln_list); in tcp_log_remove_id_node()
645 struct tcp_log_id_node *tln; in tcp_log_set_id()
1259 sizeof(struct tcp_log_id_node), NULL, NULL, NULL, NULL, in tcp_log_init()
1306 struct tcp_log_id_node *tln; in tcp_log_expire()
1404 tcp_log_move_tp_to_node(struct tcpcb *tp, struct tcp_log_id_node *tln) in tcp_log_move_tp_to_node()
1428 struct tcp_log_id_node *tln, *tln_first; in tcp_log_tcpcbfini()
2490 tcp_log_dump_node_logbuf(struct tcp_log_id_node *tln, char *reason, int how) in tcp_log_dump_node_logbuf()
2559 struct tcp_log_id_node local_entries[LOCAL_SAVE]; in tcp_log_dumpbucketlogs()
2562 struct tcp_log_id_node *cur_tln, *prev_tln, *tmp_tln; in tcp_log_dumpbucketlogs()
2619 tcp_log_id_node, tln_expireq); in tcp_log_dumpbucketlogs()