diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index f431acf3dcea..fe7f5ae1c513 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -304,10 +304,11 @@ struct sctp_sock { | |||
304 | __u32 autoclose; | 304 | __u32 autoclose; |
305 | __u8 nodelay; | 305 | __u8 nodelay; |
306 | __u8 disable_fragments; | 306 | __u8 disable_fragments; |
307 | __u8 pd_mode; | ||
308 | __u8 v4mapped; | 307 | __u8 v4mapped; |
308 | __u8 frag_interleave; | ||
309 | __u32 adaptation_ind; | 309 | __u32 adaptation_ind; |
310 | 310 | ||
311 | atomic_t pd_mode; | ||
311 | /* Receive to here while partial delivery is in effect. */ | 312 | /* Receive to here while partial delivery is in effect. */ |
312 | struct sk_buff_head pd_lobby; | 313 | struct sk_buff_head pd_lobby; |
313 | }; | 314 | }; |