commit | c94987e40ebbae3b7b6c3ece37b6f8338830f6b1 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Fri May 13 19:08:27 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 13:49:31 2016 -0400 |
tree | 36b9c5c629d3d89b0507c50a1d42f34beab672e4 | |
parent | 4936e3528e3e272c567fe4ff0abb7ce3e1500575 [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>