Home
last modified time | relevance | path

Searched refs:bpf_map__set_initial_value (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data_init.c30 err = bpf_map__set_initial_value(map, newval, sz - 1); in test_global_data_init()
34 err = bpf_map__set_initial_value(map, newval, sz); in test_global_data_init()
56 err = bpf_map__set_initial_value(map, newval, sz); in test_global_data_init()
/linux/tools/lib/bpf/
H A Dlibbpf.map154 bpf_map__set_initial_value;
H A Dlibbpf.h1050 LIBBPF_API int bpf_map__set_initial_value(struct bpf_map *map,
H A Dlibbpf.c10274 int bpf_map__set_initial_value(struct bpf_map *map, in bpf_map__set_initial_value() function