4 #include <net/protocol.h>
6 extern struct raw_hashinfo raw_v6_hashinfo;
7 struct sock *__raw_v6_lookup(struct net *net, struct sock *sk,
8 unsigned short num, const struct in6_addr *loc_addr,
9 const struct in6_addr *rmt_addr, int dif);
11 int raw_abort(struct sock *sk, int err);
13 void raw6_icmp_error(struct sk_buff *, int nexthdr,
14 u8 type, u8 code, int inner_offset, __be32);
15 bool raw6_local_deliver(struct sk_buff *, int);
17 int rawv6_rcv(struct sock *sk, struct sk_buff *skb);
19 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
20 int rawv6_mh_filter_register(int (*filter)(struct sock *sock,
21 struct sk_buff *skb));
22 int rawv6_mh_filter_unregister(int (*filter)(struct sock *sock,
23 struct sk_buff *skb));