aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_log_buf.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:19:14 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:19:14 +0000
commit662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9 (patch)
tree5cffe4473640975abc443ef4b8047b34cdb4a039 /sys/netinet/tcp_log_buf.c
parent586ee69f09c5060621486b34722a4a806581f93d (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_log_buf.c')
-rw-r--r--sys/netinet/tcp_log_buf.c4
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);
}
}
-