aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 18b06afacea0..31841c3a7fe8 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -798,6 +798,9 @@ struct sctp_packet {
798 /* This packet contains an AUTH chunk */ 798 /* This packet contains an AUTH chunk */
799 __u8 has_auth; 799 __u8 has_auth;
800 800
801 /* This packet contains at least 1 DATA chunk */
802 __u8 has_data;
803
801 /* SCTP cannot fragment this packet. So let ip fragment it. */ 804 /* SCTP cannot fragment this packet. So let ip fragment it. */
802 __u8 ipfragok; 805 __u8 ipfragok;
803 806