Home
last modified time | relevance | path

Searched refs:BPF_MAP_DELETE_ELEM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dmaps.rst73 **BPF_MAP_DELETE_ELEM**
/openbmc/linux/tools/lib/bpf/
H A Dskel_internal.h263 return skel_sys_bpf(BPF_MAP_DELETE_ELEM, &attr, attr_sz); in skel_map_delete_elem()
H A Dbpf.c469 ret = sys_bpf(BPF_MAP_DELETE_ELEM, &attr, attr_sz); in bpf_map_delete_elem()
484 ret = sys_bpf(BPF_MAP_DELETE_ELEM, &attr, attr_sz); in bpf_map_delete_elem_flags()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h870 BPF_MAP_DELETE_ELEM, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h870 BPF_MAP_DELETE_ELEM, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1574 if (CHECK_ATTR(BPF_MAP_DELETE_ELEM)) in map_delete_elem()
5418 case BPF_MAP_DELETE_ELEM: in __sys_bpf()
5551 case BPF_MAP_DELETE_ELEM: in BPF_CALL_3()