aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/inet_sock.h')
-rw-r--r--include/net/inet_sock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
index 83fd34437cf1..1989cfd7405f 100644
--- a/include/net/inet_sock.h
+++ b/include/net/inet_sock.h
@@ -21,6 +21,7 @@
21#include <linux/string.h> 21#include <linux/string.h>
22#include <linux/types.h> 22#include <linux/types.h>
23#include <linux/jhash.h> 23#include <linux/jhash.h>
24#include <linux/netdevice.h>
24 25
25#include <net/flow.h> 26#include <net/flow.h>
26#include <net/sock.h> 27#include <net/sock.h>
@@ -136,7 +137,8 @@ struct inet_sock {
136 hdrincl:1, 137 hdrincl:1,
137 mc_loop:1, 138 mc_loop:1,
138 transparent:1, 139 transparent:1,
139 mc_all:1; 140 mc_all:1,
141 nodefrag:1;
140 int mc_index; 142 int mc_index;
141 __be32 mc_addr; 143 __be32 mc_addr;
142 struct ip_mc_socklist *mc_list; 144 struct ip_mc_socklist *mc_list;