Lines Matching refs:fd4

116 	__u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4;  in test_tc_opts_before_target()  local
128 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_before_target()
133 id4 = id_from_prog_fd(fd4); in test_tc_opts_before_target()
204 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_before_target()
234 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_before_target()
268 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_after_target() local
280 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_after_target()
285 id4 = id_from_prog_fd(fd4); in test_tc_opts_after_target()
356 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_after_target()
386 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_after_target()
1031 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_prepend_target() local
1043 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_prepend_target()
1048 id4 = id_from_prog_fd(fd4); in test_tc_opts_prepend_target()
1107 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_prepend_target()
1137 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_prepend_target()
1171 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_append_target() local
1183 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_append_target()
1188 id4 = id_from_prog_fd(fd4); in test_tc_opts_append_target()
1247 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_append_target()
1277 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_append_target()
1311 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_dev_cleanup_target() local
1326 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_dev_cleanup_target()
1331 id4 = id_from_prog_fd(fd4); in test_tc_opts_dev_cleanup_target()
1357 err = bpf_prog_attach_opts(fd4, ifindex, target, &opta); in test_tc_opts_dev_cleanup_target()
1656 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_detach_target() local
1668 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_detach_target()
1673 id4 = id_from_prog_fd(fd4); in test_tc_opts_detach_target()
1699 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_detach_target()
1793 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_detach_target()
1827 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_detach_before_target() local
1839 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_detach_before_target()
1844 id4 = id_from_prog_fd(fd4); in test_tc_opts_detach_before_target()
1870 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_detach_before_target()
1928 .relative_fd = fd4, in test_tc_opts_detach_before_target()
1969 .relative_fd = fd4, in test_tc_opts_detach_before_target()
2000 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_detach_before_target()
2034 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_detach_after_target() local
2046 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_detach_after_target()
2051 id4 = id_from_prog_fd(fd4); in test_tc_opts_detach_after_target()
2077 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_detach_after_target()
2135 .relative_fd = fd4, in test_tc_opts_detach_after_target()
2216 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_detach_after_target()
2467 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_query_target() local
2480 fd4 = bpf_program__fd(skel->progs.tc4); in test_tc_opts_query_target()
2485 id4 = id_from_prog_fd(fd4); in test_tc_opts_query_target()
2523 err = bpf_prog_attach_opts(fd4, loopback, target, &opta); in test_tc_opts_query_target()
2599 err = bpf_prog_detach_opts(fd4, loopback, target, &optd); in test_tc_opts_query_target()