summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2016-05-13 19:08:27 +0200
committerMichael Bestas <mkbestas@lineageos.org>2022-04-19 00:50:17 +0300
commitfc8a66b74bd12a623ce49edddd6f473727e85450 (patch)
treef66ad178b7bde5316460faae739780aeee6e8ee1 /include/linux/netdevice.h
parentc9ec65e0586d6f56780c153652d8e730f1f9b262 (diff)
bpf: move bpf_jit_enable declaration
Move the bpf_jit_enable declaration to the filter.h file where most other core code is declared, also since we're going to add a second knob there. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index e080ad78e2ba..faffcd8438a2 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -3632,7 +3632,6 @@ void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
extern int netdev_max_backlog;
extern int netdev_tstamp_prequeue;
extern int weight_p;
-extern int bpf_jit_enable;
bool netdev_has_upper_dev(struct net_device *dev, struct net_device *upper_dev);
struct net_device *netdev_upper_get_next_dev_rcu(struct net_device *dev,