Lines Matching refs:tcp_log_mem

199 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()
1206 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_init()
1217 struct tcp_log_mem *tlm; in tcp_log_zone_ctor()
1219 KASSERT(size >= sizeof(struct tcp_log_mem), in tcp_log_zone_ctor()
1221 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_ctor()
1231 struct tcp_log_mem *tlm; in tcp_log_zone_dtor()
1233 KASSERT(size >= sizeof(struct tcp_log_mem), in tcp_log_zone_dtor()
1235 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_dtor()
1247 tcp_log_zone = uma_zcreate("tcp_log", sizeof(struct tcp_log_mem), in tcp_log_init()
1429 struct tcp_log_mem *log_entry; in tcp_log_tcpcbfini()
1653 struct tcp_log_mem *log_entry; in tcp_log_purge_tp_logbuf()
1679 struct tcp_log_mem *log_entry; in tcp_log_event()
1920 struct tcp_log_mem *log_entry; in tcp_log_state_change()
1972 struct tcp_log_mem *log_entry, *next; in tcp_log_drain()
2061 struct tcp_log_mem *log_entry; in tcp_log_logs_to_buf()
2139 struct tcp_log_mem *log_entry, *log_next; in tcp_log_getlogbuf()
2156 log_entry = STAILQ_LAST(&tp->t_logs, tcp_log_mem, tlm_queue); in tcp_log_getlogbuf()
2377 struct tcp_log_mem *log_entry; in tcp_log_dump_tp_logbuf()