Searched defs:bpf_map_delete_elem (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/bpf/ | ||
H A D | bpf.c | 467 int bpf_map_delete_elem(int fd, const void *key) bpf_map_delete_elem() function |
/linux/kernel/bpf/ | ||
H A D | helpers.c | 75 BPF_CALL_2(bpf_map_delete_elem,struct bpf_map *,map,void *,key) BPF_CALL_2() argument |