tcp_log_mem
_tcp_log_entry_refcnt_add(struct tcp_log_mem *log_entry, const char *func,
_tcp_log_entry_refcnt_rem(struct tcp_log_mem *log_entry, const char *func,
tcp_log_free_log_common(struct tcp_log_mem *log_entry, int *count __unused)
struct tcp_log_mem *log_entry;
tcp_log_remove_log_cleanup(struct tcpcb *tp, struct tcp_log_mem *log_entry)
tcp_log_remove_log_head(struct tcpcb *tp, struct tcp_log_mem *log_entry)
struct tcp_log_mem *tlm;
KASSERT(size >= sizeof(struct tcp_log_mem),
tlm = (struct tcp_log_mem *)mem;
struct tcp_log_mem *tlm;
KASSERT(size >= sizeof(struct tcp_log_mem),
tlm = (struct tcp_log_mem *)mem;
struct tcp_log_mem *tlm;
KASSERT(size >= sizeof(struct tcp_log_mem),
tlm = (struct tcp_log_mem *)mem;
tcp_log_zone = uma_zcreate("tcp_log", sizeof(struct tcp_log_mem),
struct tcp_log_mem *log_entry;
struct tcp_log_mem *log_entry;
struct tcp_log_mem *log_entry;
struct tcp_log_mem *log_entry;
struct tcp_log_mem *log_entry, *next;
struct tcp_log_mem *log_entry;
STAILQ_ENTRY(tcp_log_mem) tlm_queue;
struct tcp_log_mem *log_entry, *log_next;
log_entry = STAILQ_LAST(&tp->t_logs, tcp_log_mem, tlm_queue);
struct tcp_log_mem *log_entry;
struct tcp_log_mem *log_entry;
STAILQ_HEAD(tcp_log_stailq, tcp_log_mem);