diff options
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 002a00a4e6be..bb965742b64e 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -301,7 +301,7 @@ struct sctp_sock { | |||
301 | /* The default SACK delay timeout for new associations. */ | 301 | /* The default SACK delay timeout for new associations. */ |
302 | __u32 sackdelay; | 302 | __u32 sackdelay; |
303 | 303 | ||
304 | /* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */ | 304 | /* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */ |
305 | __u32 param_flags; | 305 | __u32 param_flags; |
306 | 306 | ||
307 | struct sctp_initmsg initmsg; | 307 | struct sctp_initmsg initmsg; |
@@ -955,7 +955,7 @@ struct sctp_transport { | |||
955 | /* PMTU : The current known path MTU. */ | 955 | /* PMTU : The current known path MTU. */ |
956 | __u32 pathmtu; | 956 | __u32 pathmtu; |
957 | 957 | ||
958 | /* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */ | 958 | /* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */ |
959 | __u32 param_flags; | 959 | __u32 param_flags; |
960 | 960 | ||
961 | /* The number of times INIT has been sent on this transport. */ | 961 | /* The number of times INIT has been sent on this transport. */ |
@@ -1638,7 +1638,7 @@ struct sctp_association { | |||
1638 | */ | 1638 | */ |
1639 | __u32 pathmtu; | 1639 | __u32 pathmtu; |
1640 | 1640 | ||
1641 | /* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */ | 1641 | /* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */ |
1642 | __u32 param_flags; | 1642 | __u32 param_flags; |
1643 | 1643 | ||
1644 | /* SACK delay timeout */ | 1644 | /* SACK delay timeout */ |