diff options
Diffstat (limited to 'include/net/inet_sock.h')
| -rw-r--r-- | include/net/inet_sock.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index bd4c53f75ac..1653de515ce 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h @@ -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> @@ -122,10 +123,12 @@ struct inet_sock {  	__be32			inet_saddr;  	__s16			uc_ttl;  	__u16			cmsg_flags; -	struct ip_options	*opt;  	__be16			inet_sport;  	__u16			inet_id; + +	struct ip_options	*opt;  	__u8			tos; +	__u8			min_ttl;  	__u8			mc_ttl;  	__u8			pmtudisc;  	__u8			recverr:1,  |