Searched refs:tcp_log_id_node (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 86 static STAILQ_HEAD(, tcp_log_id_node) tcp_log_expireq_head = 284 SLIST_HEAD(tcp_log_id_head, tcp_log_id_node); 303 struct tcp_log_id_node struct 305 SLIST_ENTRY(tcp_log_id_node) tln_list; 306 STAILQ_ENTRY(tcp_log_id_node) tln_expireq; /* Locked by the expireq lock */ 483 struct tcp_log_id_bucket *tlb, struct tcp_log_id_node *tln, in tcp_log_remove_id_node() 509 SLIST_REMOVE(&tlb->tlb_head, tln, tcp_log_id_node, tln_list); in tcp_log_remove_id_node() 656 struct tcp_log_id_node *tln; in tcp_log_set_id() 1270 sizeof(struct tcp_log_id_node), NULL, NULL, NULL, NULL, in tcp_log_init() 1317 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;
|