Searched refs:replace_prog_fd (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_attach_multi.c | 196 attach_opts.replace_prog_fd = allow_prog[0]; in serial_test_cgroup_attach_multi() 211 attach_opts.replace_prog_fd = -1; in serial_test_cgroup_attach_multi() 219 attach_opts.replace_prog_fd = allow_prog[3]; in serial_test_cgroup_attach_multi() 227 attach_opts.replace_prog_fd = allow_prog[0]; in serial_test_cgroup_attach_multi() 234 attach_opts.replace_prog_fd = allow_prog[6]; in serial_test_cgroup_attach_multi()
|
D | tc_opts.c | 747 .replace_prog_fd = fd2, in test_tc_opts_replace_target() 781 .replace_prog_fd = fd3, in test_tc_opts_replace_target() 816 .replace_prog_fd = fd2, in test_tc_opts_replace_target() 825 .replace_prog_fd = fd2, in test_tc_opts_replace_target() 836 .replace_prog_fd = fd2, in test_tc_opts_replace_target() 1006 .replace_prog_fd = fd1, in test_tc_opts_invalid_target() 1457 .replace_prog_fd = bpf_program__fd(skel->progs.tc1), in test_tc_opts_mixed_target() 1468 .replace_prog_fd = bpf_program__fd(skel->progs.tc2), in test_tc_opts_mixed_target() 1479 .replace_prog_fd = bpf_program__fd(skel->progs.tc2), in test_tc_opts_mixed_target() 1490 .replace_prog_fd = bpf_program__fd(skel->progs.tc1), in test_tc_opts_mixed_target() [all …]
|
D | lsm_cgroup.c | 135 attach_opts.replace_prog_fd = post_create_prog_fd; in test_lsm_cgroup_functional()
|
/linux-6.6.21/tools/lib/bpf/ |
D | bpf.h | 325 int replace_prog_fd; member
|