Searched refs:detach_fd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_opts.c | 671 __u32 fd1, fd2, fd3, id1, id2, id3, detach_fd; in test_tc_opts_replace_target() local 713 detach_fd = fd2; in test_tc_opts_replace_target() 755 detach_fd = fd3; in test_tc_opts_replace_target() 790 detach_fd = fd2; in test_tc_opts_replace_target() 852 err = bpf_prog_detach_opts(detach_fd, loopback, target, &optd); in test_tc_opts_replace_target() 1407 int err, detach_fd; in test_tc_opts_mixed_target() local 1442 detach_fd = bpf_program__fd(skel->progs.tc1); in test_tc_opts_mixed_target() 1498 detach_fd = bpf_program__fd(skel->progs.tc3); in test_tc_opts_mixed_target() 2284 int err, detach_fd; in test_tc_chain_mixed() local 2319 detach_fd = fd3; in test_tc_chain_mixed() [all …]
|