Home
last modified time | relevance | path

Searched refs:bpf_link_update (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
A Dflow_dissector_reattach.c274 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 …]
A Dcgroup_link.c191 err = bpf_link_update(bpf_link__fd(links[0]), in serial_test_cgroup_link()
201 err = bpf_link_update(bpf_link__fd(links[0]), in serial_test_cgroup_link()
/linux/tools/lib/bpf/
A Dlibbpf.map248 bpf_link_update;
A Dbpf.h202 LIBBPF_API int bpf_link_update(int link_fd, int new_prog_fd,
A Dbpf.c775 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() function
A Dlibbpf.c9246 ret = bpf_link_update(bpf_link__fd(link), bpf_program__fd(prog), NULL); in bpf_link__update_program()

Completed in 29 milliseconds