Home
last modified time | relevance | path

Searched defs:bpf_map_lookup_elem (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/perf/tests/
A Dbpf-script-example.c15 static void *(*bpf_map_lookup_elem)(void *map, void *key) = variable
A Dbpf-script-test-relocation.c15 static void *(*bpf_map_lookup_elem)(void *map, void *key) = variable
/linux-6.3-rc2/tools/lib/bpf/
A Dbpf.c398 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() function
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c36 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument

Completed in 13 milliseconds