Home
last modified time | relevance | path

Searched refs:bpf_map_push_elem (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/Documentation/bpf/
A Dmap_queue_stack.rst31 bpf_map_push_elem()
36 long bpf_map_push_elem(struct bpf_map *map, const void *value, u64 flags)
39 ``bpf_map_push_elem`` helper. The ``flags`` parameter must be set to
80 same semantics as the ``bpf_map_push_elem`` kernel helper. Returns ``0`` on
A Dmap_bloom_filter.rst23 BPF programs must use ``bpf_map_push_elem`` to add an element to the
54 bpf_map_push_elem()
59 long bpf_map_push_elem(struct bpf_map *map, const void *value, u64 flags)
62 ``bpf_map_push_elem()`` helper. The ``flags`` parameter must be set to
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_queue_stack_map.h50 err = bpf_map_push_elem(&map_out, &iph->saddr, 0); in _test()
A Dbloom_filter_bench.c77 err = bpf_map_push_elem(data->map, val, 0); in bloom_callback()
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c84 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument
90 .func = bpf_map_push_elem,

Completed in 9 milliseconds