6 #include <net/protocol.h>
8 void raw6_icmp_error(struct sk_buff
*, int nexthdr
,
9 int type
, int code
, int inner_offset
, __be32
);
10 int raw6_local_deliver(struct sk_buff
*, int);
12 extern int rawv6_rcv(struct sock
*sk
,
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
));