summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_structs.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2009-11-17 23:03:38 +0000
committertuexen <tuexen@FreeBSD.org>2009-11-17 23:03:38 +0000
commitda3464bbd6754621a81cddcbc28fff076781b762 (patch)
treede6ab2a33ed4128ea1b68ffd2538779ffedeed51 /sys/netinet/sctp_structs.h
parent0a8c57af7883d5a91fe9151fd222dc2c0c09ef5d (diff)
downloadFreeBSD-src-da3464bbd6754621a81cddcbc28fff076781b762.zip
FreeBSD-src-da3464bbd6754621a81cddcbc28fff076781b762.tar.gz
Get rid of unused fields addr_over which is never really used,
only copied around. Approved by: rrs (mentor)
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r--sys/netinet/sctp_structs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h
index 595c37c..b1a0f13 100644
--- a/sys/netinet/sctp_structs.h
+++ b/sys/netinet/sctp_structs.h
@@ -364,9 +364,6 @@ struct sctp_tmit_chunk {
uint8_t pad_inplace;
uint8_t do_rtt;
uint8_t book_size_scale;
- uint8_t addr_over; /* flag which is set if the dest address for
- * this chunk is overridden by user. Used for
- * CMT (iyengar@cis.udel.edu, 2005/06/21) */
uint8_t no_fr_allowed;
uint8_t pr_sctp_on;
uint8_t copy_by_ref;
@@ -444,7 +441,6 @@ struct sctp_stream_queue_pending {
uint8_t holds_key_ref;
uint8_t msg_is_complete;
uint8_t some_taken;
- uint8_t addr_over;
uint8_t pr_sctp_on;
uint8_t sender_all_done;
uint8_t put_last_out;
OpenPOWER on IntegriCloud