ipv4: Implement IP_TRANSPARENT socket option
[linux-block.git] / include / net / inet_timewait_sock.h
index 91324908fccd367953bcce47aeb537afbd242f2e..80e4977631b8b18ba67e44024895fee03adbe7f9 100644 (file)
@@ -128,7 +128,8 @@ struct inet_timewait_sock {
        __be16                  tw_dport;
        __u16                   tw_num;
        /* And these are ours. */
-       __u8                    tw_ipv6only:1;
+       __u8                    tw_ipv6only:1,
+                               tw_transparent:1;
        /* 15 bits hole, try to pack */
        __u16                   tw_ipv6_offset;
        unsigned long           tw_ttd;