Searched defs:bpf_map_delete_elem (Results 1 – 3 of 3) sorted by relevance
59 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
408 int bpf_map_delete_elem(int fd, const void *key) in bpf_map_delete_elem() function
30 static int (*bpf_map_delete_elem)(void *map, const void *key) = variable