diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2017-08-19 03:12:46 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-20 06:56:34 +0200 |
commit | 7b0c2a0508b90fce79d3782b2e55d0e8bf6a283e (patch) | |
tree | 859903eeb8d19cdfeb44fac4c72e594058534a56 /kernel/audit_watch.c | |
parent | bpf: make htab inlining more robust wrt assumptions (diff) | |
download | linux-7b0c2a0508b90fce79d3782b2e55d0e8bf6a283e.tar.xz linux-7b0c2a0508b90fce79d3782b2e55d0e8bf6a283e.zip |
bpf: inline map in map lookup functions for array and htab
Avoid two successive functions calls for the map in map lookup, first
is the bpf_map_lookup_elem() helper call, and second the callback via
map->ops->map_lookup_elem() to get to the map in map implementation.
Implementation inlines array and htab flavor for map in map lookups.
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 'kernel/audit_watch.c')
0 files changed, 0 insertions, 0 deletions