Searched refs:tcp_log_id_node (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 83 static STAILQ_HEAD(, tcp_log_id_node) tcp_log_expireq_head = 281 SLIST_HEAD(tcp_log_id_head, tcp_log_id_node); 300 struct tcp_log_id_node struct 302 SLIST_ENTRY(tcp_log_id_node) tln_list; 303 STAILQ_ENTRY(tcp_log_id_node) tln_expireq; /* Locked by the expireq lock */ 480 struct tcp_log_id_bucket *tlb, struct tcp_log_id_node *tln, in tcp_log_remove_id_node() 506 SLIST_REMOVE(&tlb->tlb_head, tln, tcp_log_id_node, tln_list); in tcp_log_remove_id_node() 653 struct tcp_log_id_node *tln; in tcp_log_set_id() 1267 sizeof(struct tcp_log_id_node), NULL, NULL, NULL, NULL, in tcp_log_init() 1314 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;
|