Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c405 err = bpf_link__update_map(link, skel->maps.ca_update_2); in test_update_ca()
434 err = bpf_link__update_map(link, skel->maps.ca_wrong); in test_update_wrong()
463 err = bpf_link__update_map(link, skel->maps.ca_no_link); in test_mixed_links()
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map389 bpf_link__update_map;
Dlibbpf.h806 LIBBPF_API int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map);
Dlibbpf.c12207 int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map) in bpf_link__update_map() function