aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahide NAKAMURA <nakam@linux-ipv6.org>2006-08-23 22:24:48 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 18:06:53 -0400
commita831f5bbc89a9978795504be9e1ff412043f8f77 (patch)
tree755b7e5478b64358a5716fdaa675516d9d36ab3d /include
parent842426e719f86cd5709617208efae93ff1a1e2d8 (diff)
[IPV6] MIP6: Add inbound interface of home address option.
Add inbound function of home address option by registering it to TLV table for destination options header. Based on MIPL2 kernel patch. This patch was also written by: Ville Nuorvala <vnuorval@tcs.hut.fi> Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipv6.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index 5bf4406e26d4..db3b2ba0f4f8 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -226,6 +226,9 @@ struct inet6_skb_parm {
226 __u16 dst0; 226 __u16 dst0;
227 __u16 srcrt; 227 __u16 srcrt;
228 __u16 dst1; 228 __u16 dst1;
229#ifdef CONFIG_IPV6_MIP6
230 __u16 dsthao;
231#endif
229 __u16 lastopt; 232 __u16 lastopt;
230 __u32 nhoff; 233 __u32 nhoff;
231 __u16 flags; 234 __u16 flags;