Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c210 struct tcp_log_mem struct
212 STAILQ_ENTRY(tcp_log_mem) tlm_queue;
1120 _tcp_log_entry_refcnt_add(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_add()
1134 _tcp_log_entry_refcnt_rem(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_rem()
1159 tcp_log_free_log_common(struct tcp_log_mem *log_entry, int *count __unused) in tcp_log_free_log_common()
1173 struct tcp_log_mem *log_entry; in tcp_log_free_entries()
1185 tcp_log_remove_log_cleanup(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_cleanup()
1195 tcp_log_remove_log_head(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_head()
1213 struct tcp_log_mem *tlm; in tcp_log_zone_init()
1215 KASSERT(size >= sizeof(struct tcp_log_mem), in tcp_log_zone_init()
[all …]
H A Dtcp_var.h137 STAILQ_HEAD(tcp_log_stailq, tcp_log_mem);