Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c421 err = bpf_link__update_map(link, skel->maps.ca_update_2); in test_update_ca()
459 err = bpf_link__update_map(link, skel->maps.ca_wrong); in test_update_wrong()
497 err = bpf_link__update_map(link, skel->maps.ca_no_link); in test_mixed_links()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map387 bpf_link__update_map;
Dlibbpf.h866 LIBBPF_API int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map);
Dlibbpf.c12979 int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map) in bpf_link__update_map() function