aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mip6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mip6.h')
-rw-r--r--include/net/mip6.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mip6.h b/include/net/mip6.h
index fd43178faace..68263c6d9996 100644
--- a/include/net/mip6.h
+++ b/include/net/mip6.h
@@ -25,6 +25,9 @@
25#ifndef _NET_MIP6_H 25#ifndef _NET_MIP6_H
26#define _NET_MIP6_H 26#define _NET_MIP6_H
27 27
28#include <linux/skbuff.h>
29#include <net/sock.h>
30
28#define MIP6_OPT_PAD_1 0 31#define MIP6_OPT_PAD_1 0
29#define MIP6_OPT_PAD_N 1 32#define MIP6_OPT_PAD_N 1
30 33
@@ -53,5 +56,6 @@ struct ip6_mh {
53 56
54extern int mip6_init(void); 57extern int mip6_init(void);
55extern void mip6_fini(void); 58extern void mip6_fini(void);
59extern int mip6_mh_filter(struct sock *sk, struct sk_buff *skb);
56 60
57#endif 61#endif