Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dsyscall.c198 err = bpf_sys_bpf(BPF_MAP_DELETE_ELEM, attr, attr_sz); in update_outer_map()
/linux/Documentation/bpf/
H A Dmaps.rst73 **BPF_MAP_DELETE_ELEM**
/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()
/linux/include/uapi/linux/
H A Dbpf.h926 BPF_MAP_DELETE_ELEM, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h926 BPF_MAP_DELETE_ELEM, enumerator
/linux/kernel/bpf/
H A Dsyscall.c1748 if (CHECK_ATTR(BPF_MAP_DELETE_ELEM)) in map_delete_elem()
5780 case BPF_MAP_DELETE_ELEM: in __sys_bpf()
5916 case BPF_MAP_DELETE_ELEM: in BPF_CALL_3()