Searched refs:bpf_map_push_elem (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_queue_stack_map.h | 50 err = bpf_map_push_elem(&map_out, &iph->saddr, 0); in _test()
|
A D | bloom_filter_bench.c | 76 err = bpf_map_push_elem(data->map, val, 0); in bloom_callback()
|
/linux/kernel/bpf/ |
A D | helpers.c | 78 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument 84 .func = bpf_map_push_elem,
|
Completed in 6 milliseconds