linux/include/net/hotdata.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _NET_HOTDATA_H
#define _NET_HOTDATA_H

#include <linux/types.h>
#include <linux/netdevice.h>
#include <net/protocol.h>

/* Read mostly data used in network fast paths. */
struct net_hotdata {};

#define inet_ehash_secret
#define udp_ehash_secret
#define inet6_ehash_secret
#define tcp_ipv6_hash_secret
#define udp6_ehash_secret
#define udp_ipv6_hash_secret

extern struct net_hotdata net_hotdata;

#endif /* _NET_HOTDATA_H */