commit | e5ff7c4019c6cb6e86bc9d6d16e8a8f921133c70 | [log] [tgz] |
---|---|---|
author | Mickaël Salaün <mic@digikod.net> | Fri Feb 10 00:21:40 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 10 15:56:07 2017 -0500 |
tree | c3060074ae5ccfa0ddb873d09ab08e4992de855a | |
parent | 10ecc728fe12dbd206e2d4d8b6e96082632b969c [diff] |
bpf: Use bpf_map_lookup_elem() from the library Replace bpf_map_lookup() with bpf_map_lookup_elem() calls. Signed-off-by: Mickaël Salaün <mic@digikod.net> Cc: Alexei Starovoitov <ast@fb.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>