Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c406 err = bpf_link__update_map(link, skel->maps.ca_update_2); in test_update_ca()
437 err = bpf_link__update_map(link, skel->maps.ca_wrong); in test_update_wrong()
468 err = bpf_link__update_map(link, skel->maps.ca_no_link); in test_mixed_links()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map389 bpf_link__update_map;
H A Dlibbpf.h806 LIBBPF_API int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map);
H A Dlibbpf.c12217 int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map) in bpf_link__update_map() function