Home
last modified time | relevance | path

Searched refs:tcp_log_id_node (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.c75 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()
[all …]
H A Dtcp_var.h445 struct tcp_log_id_node *t_lin;