diff options
Diffstat (limited to 'include/linux/ip.h')
-rw-r--r-- | include/linux/ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ip.h b/include/linux/ip.h index 33e8a19a1a0f..2c54bbd3da76 100644 --- a/include/linux/ip.h +++ b/include/linux/ip.h | |||
@@ -128,6 +128,7 @@ static inline struct inet_request_sock *inet_rsk(const struct request_sock *sk) | |||
128 | return (struct inet_request_sock *)sk; | 128 | return (struct inet_request_sock *)sk; |
129 | } | 129 | } |
130 | 130 | ||
131 | struct inet_bind_bucket; | ||
131 | struct ipv6_pinfo; | 132 | struct ipv6_pinfo; |
132 | 133 | ||
133 | struct inet_sock { | 134 | struct inet_sock { |
@@ -157,6 +158,7 @@ struct inet_sock { | |||
157 | int mc_index; /* Multicast device index */ | 158 | int mc_index; /* Multicast device index */ |
158 | __u32 mc_addr; | 159 | __u32 mc_addr; |
159 | struct ip_mc_socklist *mc_list; /* Group array */ | 160 | struct ip_mc_socklist *mc_list; /* Group array */ |
161 | struct inet_bind_bucket *bind_hash; | ||
160 | /* | 162 | /* |
161 | * Following members are used to retain the infomation to build | 163 | * Following members are used to retain the infomation to build |
162 | * an ip header on each ip fragmentation while the socket is corked. | 164 | * an ip header on each ip fragmentation while the socket is corked. |