Home
last modified time | relevance | path

Searched refs:BPF_MAP_LOOKUP_ELEM (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dmaps.rst62 **BPF_MAP_LOOKUP_ELEM**
H A Dmap_queue_stack.rst18 - ``BPF_MAP_LOOKUP_ELEM`` -> peek
H A Dmap_bloom_filter.rst29 - ``BPF_MAP_LOOKUP_ELEM`` -> peek
/openbmc/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst22 For example ``bpf_map_lookup_elem`` wraps ``BPF_MAP_LOOKUP_ELEM``
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c408 ret = sys_bpf(BPF_MAP_LOOKUP_ELEM, &attr, attr_sz); in bpf_map_lookup_elem()
424 ret = sys_bpf(BPF_MAP_LOOKUP_ELEM, &attr, attr_sz); in bpf_map_lookup_elem_flags()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h868 BPF_MAP_LOOKUP_ELEM, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h868 BPF_MAP_LOOKUP_ELEM, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1445 if (CHECK_ATTR(BPF_MAP_LOOKUP_ELEM)) in map_lookup_elem()
5412 case BPF_MAP_LOOKUP_ELEM: in __sys_bpf()