Searched refs:replace_prog_fd (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A 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 …]
|
/linux/tools/lib/bpf/ |
H A D | bpf.h | 343 int replace_prog_fd; member
|