]> git.ipfire.org Git - people/arne_f/kernel.git/blame - include/net/netns/hash.h
netns: provide pure entropy for net_hash_mix()
[people/arne_f/kernel.git] / include / net / netns / hash.h
CommitLineData
0b441916
PE
1#ifndef __NET_NS_HASH_H__
2#define __NET_NS_HASH_H__
3
69967638 4#include <net/net_namespace.h>
0b441916 5
6eada011 6static inline u32 net_hash_mix(const struct net *net)
0b441916 7{
69967638 8 return net->hash_mix;
0b441916
PE
9}
10#endif