sctp: fix ASCONF list handling
[firefly-linux-kernel-4.4.55.git] / include / net / sctp / structs.h
index da6b9a01ff75bc69ea12c3138b80f4d41edd9f07..b30c1d95be2c29abe5b11ee310ef11e080909e5f 100644 (file)
@@ -228,6 +228,10 @@ struct sctp_sock {
        atomic_t pd_mode;
        /* Receive to here while partial delivery is in effect. */
        struct sk_buff_head pd_lobby;
+
+       /* These must be the last fields, as they will skipped on copies,
+        * like on accept and peeloff operations
+        */
        struct list_head auto_asconf_list;
        int do_auto_asconf;
 };