aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_structs.h
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/sctp_structs.h
parent586ee69f09c5060621486b34722a4a806581f93d (diff)
downloadsrc-662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9.tar.gz
src-662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9.zip
net: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365071
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r--sys/netinet/sctp_structs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h
index d35388d31a48..52fe30098ad7 100644
--- a/sys/netinet/sctp_structs.h
+++ b/sys/netinet/sctp_structs.h
@@ -61,7 +61,6 @@ struct sctp_timer {
uint32_t stopped_from;
};
-
struct sctp_foo_stuff {
struct sctp_inpcb *inp;
uint32_t lineno;
@@ -69,7 +68,6 @@ struct sctp_foo_stuff {
int updown;
};
-
/*
* This is the information we track on each interface that we know about from
* the distant end.
@@ -156,7 +154,6 @@ struct sctp_iterator {
#define SCTP_ITERATOR_DO_ALL_INP 0x00000001
#define SCTP_ITERATOR_DO_SINGLE_INP 0x00000002
-
TAILQ_HEAD(sctpiterators, sctp_iterator);
struct sctp_copy_all {
@@ -244,7 +241,6 @@ struct rtcc_cc {
uint8_t last_inst_ind; /* Last saved inst indication */
};
-
struct sctp_nets {
TAILQ_ENTRY(sctp_nets) sctp_next; /* next link */
@@ -386,7 +382,6 @@ struct sctp_nets {
uint8_t flowtype;
};
-
struct sctp_data_chunkrec {
uint32_t tsn; /* the TSN of this transmit */
uint32_t mid; /* the message identifier of this transmit */
@@ -424,7 +419,6 @@ struct chk_id {
uint8_t can_take_data;
};
-
struct sctp_tmit_chunk {
union {
struct sctp_data_chunkrec data;
@@ -554,7 +548,6 @@ struct sctp_stream_in {
TAILQ_HEAD(sctpwheel_listhead, sctp_stream_out);
TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending);
-
/* Round-robin schedulers */
struct ss_rr {
/* next link in wheel */
@@ -869,7 +862,6 @@ struct sctp_association {
/* last place I got a control from */
struct sctp_nets *last_control_chunk_from;
-
/*
* wait to the point the cum-ack passes req->send_reset_at_tsn for
* any req on the list.
@@ -936,7 +928,6 @@ struct sctp_association {
/* Original seq number I used ??questionable to keep?? */
uint32_t init_seq_number;
-
/* The Advanced Peer Ack Point, as required by the PR-SCTP */
/* (A1 in Section 4.2) */
uint32_t advanced_peer_ack_point;