Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbpf.c397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() function
/openbmc/linux/kernel/bpf/
H A Dhelpers.c37 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument