Searched refs:bpf_link__update_map (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c401 err = bpf_link__update_map(link, skel->maps.ca_update_2);
430 err = bpf_link__update_map(link, skel->maps.ca_wrong);
459 err = bpf_link__update_map(link, skel->maps.ca_no_link);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h840 LIBBPF_API int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map);
H A Dlibbpf.c12748 int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map) function

Completed in 131 milliseconds