diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2016-05-13 19:08:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-16 13:49:31 -0400 |
commit | c94987e40ebbae3b7b6c3ece37b6f8338830f6b1 (patch) | |
tree | 36b9c5c629d3d89b0507c50a1d42f34beab672e4 /include/linux/netdevice.h | |
parent | 4936e3528e3e272c567fe4ff0abb7ce3e1500575 (diff) | |
download | blackbird-op-linux-c94987e40ebbae3b7b6c3ece37b6f8338830f6b1.tar.gz blackbird-op-linux-c94987e40ebbae3b7b6c3ece37b6f8338830f6b1.zip |
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>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index c2f5112f08f7..c148edfe4965 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -3759,7 +3759,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, |