Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __NET_NS_HASH_H__
0003 #define __NET_NS_HASH_H__
0004 
0005 #include <net/net_namespace.h>
0006 
0007 static inline u32 net_hash_mix(const struct net *net)
0008 {
0009     return net->hash_mix;
0010 }
0011 #endif