Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_log_buf.c2279 struct tcp_log_dev_log_queue *entry; in tcp_log_free_queue()
2285 entry = (struct tcp_log_dev_log_queue *)param; in tcp_log_free_queue()
2301 struct tcp_log_dev_log_queue *entry; in tcp_log_expandlogbuf()
2307 entry = (struct tcp_log_dev_log_queue *)param; in tcp_log_expandlogbuf()
2362 struct tcp_log_dev_log_queue *entry; in tcp_log_dump_tp_logbuf()
2399 entry = malloc(sizeof(struct tcp_log_dev_log_queue), M_TCPLOGDEV, in tcp_log_dump_tp_logbuf()
2409 entry = malloc(sizeof(struct tcp_log_dev_log_queue), in tcp_log_dump_tp_logbuf()
2492 struct tcp_log_dev_log_queue *entry; in tcp_log_dump_node_logbuf()
2513 entry = malloc(sizeof(struct tcp_log_dev_log_queue), M_TCPLOGDEV, in tcp_log_dump_node_logbuf()
2519 entry = malloc(sizeof(struct tcp_log_dev_log_queue), in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h321 struct tcp_log_dev_log_queue { struct