aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ipv6.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index b2f0cfb0a38..acbd8e03431 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -631,8 +631,9 @@ extern int ipv6_skip_exthdr(const struct sk_buff *, int start,
631extern bool ipv6_ext_hdr(u8 nexthdr); 631extern bool ipv6_ext_hdr(u8 nexthdr);
632 632
633enum { 633enum {
634 IP6_FH_F_FRAG = (1 << 0), 634 IP6_FH_F_FRAG = (1 << 0),
635 IP6_FH_F_AUTH = (1 << 1), 635 IP6_FH_F_AUTH = (1 << 1),
636 IP6_FH_F_SKIP_RH = (1 << 2),
636}; 637};
637 638
638/* find specified header and get offset to it */ 639/* find specified header and get offset to it */