hotdata.h (571bf020be9c3b135e8b6dd87421919953268c1f) | hotdata.h (6e0735723ab437793cfab02d50b3ae3539aeb520) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2#ifndef _NET_HOTDATA_H 3#define _NET_HOTDATA_H 4 5#include <linux/types.h> 6#include <linux/netdevice.h> 7#include <net/protocol.h> 8 --- 22 unchanged lines hidden (view full) --- 31 int netdev_budget; 32 int netdev_budget_usecs; 33 int tstamp_prequeue; 34 int max_backlog; 35 int dev_tx_weight; 36 int dev_rx_weight; 37}; 38 | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2#ifndef _NET_HOTDATA_H 3#define _NET_HOTDATA_H 4 5#include <linux/types.h> 6#include <linux/netdevice.h> 7#include <net/protocol.h> 8 --- 22 unchanged lines hidden (view full) --- 31 int netdev_budget; 32 int netdev_budget_usecs; 33 int tstamp_prequeue; 34 int max_backlog; 35 int dev_tx_weight; 36 int dev_rx_weight; 37}; 38 |
39#define inet_ehash_secret net_hotdata.tcp_protocol.secret 40#define udp_ehash_secret net_hotdata.udp_protocol.secret 41 |
|
39extern struct net_hotdata net_hotdata; 40 41#endif /* _NET_HOTDATA_H */ | 42extern struct net_hotdata net_hotdata; 43 44#endif /* _NET_HOTDATA_H */ |