Searched refs:bpf_link_update (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector_reattach.c | 274 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_no_old_prog() 299 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_replace_old_prog() 324 err = bpf_link_update(link, prog1, &update_opts); in test_link_update_same_prog() 350 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_invalid_opts() 361 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_invalid_opts() 372 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_invalid_opts() 383 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_invalid_opts() 410 err = bpf_link_update(link, -1, &update_opts); in test_link_update_invalid_prog() 425 err = bpf_link_update(link, prog3, &update_opts); in test_link_update_invalid_prog() 466 err = bpf_link_update(link, prog2, &update_opts); in test_link_update_netns_gone() [all …]
|
D | cgroup_link.c | 194 err = bpf_link_update(bpf_link__fd(links[0]), in test_cgroup_link() 204 err = bpf_link_update(bpf_link__fd(links[0]), in test_cgroup_link()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.map | 248 bpf_link_update;
|
D | bpf.h | 194 LIBBPF_API int bpf_link_update(int link_fd, int new_prog_fd,
|
D | bpf.c | 628 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() function
|
D | libbpf.c | 9066 return bpf_link_update(bpf_link__fd(link), bpf_program__fd(prog), NULL); in bpf_link__update_program()
|