diff options
author | David S. Miller <davem@davemloft.net> | 2018-06-04 13:20:38 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-04 13:20:38 -0400 |
commit | a925ab48dacbc9ad470a9ca4c761601ee07e476c (patch) | |
tree | c8bfcc98ea5d60284cbfcb906924685834413646 /include/net/ipv6.h | |
parent | 87ae68c8b4944d142447b88875c9c412c714434f (diff) | |
download | linux-a925ab48dacbc9ad470a9ca4c761601ee07e476c.tar.gz |
Revert "ipv6: omit traffic class when calculating flow hash"
This reverts commit 87ae68c8b4944d142447b88875c9c412c714434f.
Applied the wrong version of this fix, correct version
coming up.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 6dcc473fbe51..798558fd1681 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -907,11 +907,6 @@ static inline __be32 ip6_make_flowinfo(unsigned int tclass, __be32 flowlabel) return htonl(tclass << IPV6_TCLASS_SHIFT) | flowlabel; } -static inline u32 flowi6_get_flowlabel(const struct flowi6 *fl6) -{ - return (__force u32)(fl6->flowlabel & IPV6_FLOWLABEL_MASK); -} - /* * Prototypes exported by ipv6 */ |