compat_xtables: add xtnu_ipv6_skip_exthdr

This commit is contained in:
Jan Engelhardt
2012-07-09 18:54:22 +02:00
parent 7cd01e0b14
commit e5093b61cd
3 changed files with 11 additions and 0 deletions

View File

@@ -162,6 +162,8 @@ extern void xtnu_csum_replace4(__u16 __bitwise *, __be32, __be32);
extern void xtnu_proto_csum_replace4(__u16 __bitwise *, struct sk_buff *,
__be32, __be32, bool);
extern int xtnu_skb_linearize(struct sk_buff *);
extern int xtnu_ipv6_skip_exthdr(const struct sk_buff *, int,
uint8_t *, __be16 *);
extern int xtnu_ipv6_find_hdr(const struct sk_buff *, unsigned int *,
int, unsigned short *, int *);