GNU Linux-libre 4.9.292-gnu1
[releases.git] / include / net / netns / hash.h
1 #ifndef __NET_NS_HASH_H__
2 #define __NET_NS_HASH_H__
3
4 #include <net/net_namespace.h>
5
6 static inline u32 net_hash_mix(const struct net *net)
7 {
8         return net->hash_mix;
9 }
10 #endif