aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
authorMasahide NAKAMURA <nakam@linux-ipv6.org>2006-08-23 19:24:48 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 15:06:53 -0700
commita831f5bbc89a9978795504be9e1ff412043f8f77 (patch)
tree755b7e5478b64358a5716fdaa675516d9d36ab3d /include/linux/ipv6.h
parent[IPV6] MIP6: Add home address option definition. (diff)
downloadlinux-dev-a831f5bbc89a9978795504be9e1ff412043f8f77.tar.xz
linux-dev-a831f5bbc89a9978795504be9e1ff412043f8f77.zip
[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/linux/ipv6.h')
-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 {
__u16 dst0;
__u16 srcrt;
__u16 dst1;
+#ifdef CONFIG_IPV6_MIP6
+ __u16 dsthao;
+#endif
__u16 lastopt;
__u32 nhoff;
__u16 flags;