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.c207 struct tcp_log_mem struct
209 STAILQ_ENTRY(tcp_log_mem) tlm_queue;
1117 _tcp_log_entry_refcnt_add(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_add()
1131 _tcp_log_entry_refcnt_rem(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_rem()
1156 tcp_log_free_log_common(struct tcp_log_mem *log_entry, int *count __unused) in tcp_log_free_log_common()
1170 struct tcp_log_mem *log_entry; in tcp_log_free_entries()
1182 tcp_log_remove_log_cleanup(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_cleanup()
1192 tcp_log_remove_log_head(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_head()
1210 struct tcp_log_mem *tlm; in tcp_log_zone_init()
1212 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);