diff options
author | Florent Fourcot <florent.fourcot@enst-bretagne.fr> | 2013-12-08 18:46:58 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-10 06:03:49 +0400 |
commit | 37cfee909c5a396abccf43e3e0a63a5f5ac998af (patch) | |
tree | fb84c73e935cae99c8cf9cb04bba9fd42ce3385d /include/net/ipv6.h | |
parent | 1397ed35f22d7c30d0b89ba74b6b7829220dfcfd (diff) | |
download | linux-37cfee909c5a396abccf43e3e0a63a5f5ac998af.tar.xz |
ipv6: move IPV6_TCLASS_MASK definition in ipv6.h
Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 488316e339a1..bce802e7bcfd 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -238,6 +238,7 @@ struct ip6_flowlabel { #define IPV6_FLOWINFO_MASK cpu_to_be32(0x0FFFFFFF) #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) +#define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK) struct ipv6_fl_socklist { struct ipv6_fl_socklist __rcu *next; |