aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-06-04 13:20:38 -0400
committerDavid S. Miller <davem@davemloft.net>2018-06-04 13:20:38 -0400
commita925ab48dacbc9ad470a9ca4c761601ee07e476c (patch)
treec8bfcc98ea5d60284cbfcb906924685834413646 /include/net/ipv6.h
parentipv6: omit traffic class when calculating flow hash (diff)
downloadlinux-dev-a925ab48dacbc9ad470a9ca4c761601ee07e476c.tar.xz
linux-dev-a925ab48dacbc9ad470a9ca4c761601ee07e476c.zip
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 '')
-rw-r--r--include/net/ipv6.h5
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
*/