net - IP_NODEFRAG option for IPv4 socket
[linux-2.6-block.git] / include / net / inet_sock.h
index 83fd34437cf1f3eb7509a35856573c3ede5b171c..1989cfd7405fccfc6839f2742eb45b4b2d7f8712 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/string.h>
 #include <linux/types.h>
 #include <linux/jhash.h>
+#include <linux/netdevice.h>
 
 #include <net/flow.h>
 #include <net/sock.h>
@@ -136,7 +137,8 @@ struct inet_sock {
                                hdrincl:1,
                                mc_loop:1,
                                transparent:1,
-                               mc_all:1;
+                               mc_all:1,
+                               nodefrag:1;
        int                     mc_index;
        __be32                  mc_addr;
        struct ip_mc_socklist   *mc_list;