audit: complex interfield comparison helper
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / net / rawv6.h
blobcf75772344578040c271832c08d5df5b48ff8f85
1 #ifndef _NET_RAWV6_H
2 #define _NET_RAWV6_H
4 #include <net/protocol.h>
6 void raw6_icmp_error(struct sk_buff *, int nexthdr,
7 u8 type, u8 code, int inner_offset, __be32);
8 int raw6_local_deliver(struct sk_buff *, int);
10 extern int rawv6_rcv(struct sock *sk,
11 struct sk_buff *skb);
13 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
14 int rawv6_mh_filter_register(int (*filter)(struct sock *sock,
15 struct sk_buff *skb));
16 int rawv6_mh_filter_unregister(int (*filter)(struct sock *sock,
17 struct sk_buff *skb));
18 #endif
20 #endif