Searched refs:bpf_map_pop_elem (Results 1 – 3 of 3) sorted by relevance
89 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument95 .func = bpf_map_pop_elem,108 .func = bpf_map_pop_elem,
46 err = bpf_map_pop_elem(&map_in, &value); in _test()
35 static int (*bpf_map_pop_elem)(void *map, void *value) = variable