Searched refs:BPF_MAP_DELETE_ELEM (Results 1 – 2 of 2) sorted by relevance
/tools/include/uapi/linux/ | ||
D | bpf.h | 842 BPF_MAP_DELETE_ELEM, enumerator |
/tools/lib/bpf/ | ||
D | bpf.c | 504 ret = sys_bpf(BPF_MAP_DELETE_ELEM, &attr, sizeof(attr)); in bpf_map_delete_elem() |