GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / net / rawv6.h
blobf6b9b830df8c445e3ce88f0ff45d27fc07908c2c
1 #ifndef _NET_RAWV6_H
2 #define _NET_RAWV6_H
4 #ifdef __KERNEL__
6 #include <net/protocol.h>
8 void raw6_icmp_error(struct sk_buff *, int nexthdr,
9 u8 type, u8 code, int inner_offset, __be32);
10 int raw6_local_deliver(struct sk_buff *, int);
12 extern int rawv6_rcv(struct sock *sk,
13 struct sk_buff *skb);
15 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
16 int rawv6_mh_filter_register(int (*filter)(struct sock *sock,
17 struct sk_buff *skb));
18 int rawv6_mh_filter_unregister(int (*filter)(struct sock *sock,
19 struct sk_buff *skb));
20 #endif
22 #endif
24 #endif