diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index ece7e8a84ffd..c4ea12710576 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -506,6 +506,8 @@ extern int ipv6_skip_exthdr(const struct sk_buff *, int start, | |||
506 | 506 | ||
507 | extern int ipv6_ext_hdr(u8 nexthdr); | 507 | extern int ipv6_ext_hdr(u8 nexthdr); |
508 | 508 | ||
509 | extern int ipv6_find_tlv(struct sk_buff *skb, int offset, int type); | ||
510 | |||
509 | extern struct ipv6_txoptions * ipv6_invert_rthdr(struct sock *sk, | 511 | extern struct ipv6_txoptions * ipv6_invert_rthdr(struct sock *sk, |
510 | struct ipv6_rt_hdr *hdr); | 512 | struct ipv6_rt_hdr *hdr); |
511 | 513 | ||