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.c199 struct tcp_log_mem struct
201 STAILQ_ENTRY(tcp_log_mem) tlm_queue;
1109 _tcp_log_entry_refcnt_add(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_add()
1123 _tcp_log_entry_refcnt_rem(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_rem()
1148 tcp_log_free_log_common(struct tcp_log_mem *log_entry, int *count __unused) in tcp_log_free_log_common()
1162 struct tcp_log_mem *log_entry; in tcp_log_free_entries()
1174 tcp_log_remove_log_cleanup(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_cleanup()
1184 tcp_log_remove_log_head(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_head()
1202 struct tcp_log_mem *tlm; in tcp_log_zone_init()
1204 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);