commit | 58e2af8b3a6b587e4ac8414343581da4349d3c0f | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Wed Sep 21 11:43:57 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 21 19:50:02 2016 -0400 |
tree | c508cab9f1c8c2790cff8a35cad626f4402cee30 | |
parent | 3df126f35f88dc76eea33769f85a3c3bb8ce6c6b [diff] |
bpf: expose internal verfier structures Move verifier's internal structures to a header file and prefix their names with bpf_ to avoid potential namespace conflicts. Those structures will soon be used by external analyzers. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>