inet: move inet->recverr_rfc4884 to inet->inet_flags
[platform/kernel/linux-starfive.git] / include / net / inet_sock.h
index 552188a..c01f1f6 100644 (file)
@@ -238,7 +238,6 @@ struct inet_sock {
                                mc_all:1,
                                nodefrag:1;
        __u8                    bind_address_no_port:1,
-                               recverr_rfc4884:1,
                                defer_connect:1; /* Indicates that fastopen_connect is set
                                                  * and cookie exists so we defer connect
                                                  * until first data frame is written
@@ -271,6 +270,7 @@ enum {
        INET_FLAGS_RECVFRAGSIZE = 8,
 
        INET_FLAGS_RECVERR      = 9,
+       INET_FLAGS_RECVERR_RFC4884 = 10,
 };
 
 /* cmsg flags for inet */