diff options
Diffstat (limited to 'sys/netinet/tcp_log_buf.c')
-rw-r--r-- | sys/netinet/tcp_log_buf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/tcp_log_buf.c b/sys/netinet/tcp_log_buf.c index 3213271b9689..0e0b6a35013b 100644 --- a/sys/netinet/tcp_log_buf.c +++ b/sys/netinet/tcp_log_buf.c @@ -1192,7 +1192,6 @@ tcp_log_tcpcbinit(struct tcpcb *tp) } } - /* Remove entries */ static void tcp_log_expire(void *unused __unused) @@ -2339,7 +2338,6 @@ tcp_log_dump_node_logbuf(struct tcp_log_id_node *tln, char *reason, int how) return (0); } - /* * Queue the log buffers for all sessions in a bucket for transmissions via * the log buffer facility. @@ -2577,7 +2575,6 @@ done: } #undef LOCAL_SAVE - /* * Queue the log buffers for all sessions in a bucket for transmissions via * the log buffer facility. @@ -2639,4 +2636,3 @@ tcp_log_flowend(struct tcpcb *tp) TCP_LOG_FLOWEND, 0, 0, NULL, false); } } - |