Searched refs:tcp_log_id_node (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_log_buf.c | 85 static STAILQ_HEAD(, tcp_log_id_node) tcp_log_expireq_head = 283 SLIST_HEAD(tcp_log_id_head, tcp_log_id_node); 302 struct tcp_log_id_node struct 304 SLIST_ENTRY(tcp_log_id_node) tln_list; 305 STAILQ_ENTRY(tcp_log_id_node) tln_expireq; /* Locked by the expireq lock */ 482 struct tcp_log_id_bucket *tlb, struct tcp_log_id_node *tln, in tcp_log_remove_id_node() 508 SLIST_REMOVE(&tlb->tlb_head, tln, tcp_log_id_node, tln_list); in tcp_log_remove_id_node() 655 struct tcp_log_id_node *tln; in tcp_log_set_id() 1269 sizeof(struct tcp_log_id_node), NULL, NULL, NULL, NULL, in tcp_log_init() 1316 struct tcp_log_id_node *tln; in tcp_log_expire() [all …]
|
| H A D | tcp_var.h | 445 struct tcp_log_id_node *t_lin;
|