Home
last modified time | relevance | path

Searched refs:bpf_map_pop_elem (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_queue_stack_map.h44 err = bpf_map_pop_elem(&map_in, &value); in _test()
/linux-6.3-rc2/Documentation/bpf/
A Dmap_queue_stack.rst56 bpf_map_pop_elem()
61 long bpf_map_pop_elem(struct bpf_map *map, void *value)
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c99 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
105 .func = bpf_map_pop_elem,

Completed in 8 milliseconds