Searched refs:last_cg (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_link.c | 38 int last_cg = ARRAY_SIZE(cgs) - 1, cg_nr = ARRAY_SIZE(cgs); in test_cgroup_link() local 61 err = join_cgroup(cgs[last_cg].path); in test_cgroup_link() 85 err = bpf_prog_query(cgs[last_cg].fd, BPF_CGROUP_INET_EGRESS, in test_cgroup_link() 95 err = bpf_prog_query(cgs[last_cg].fd, BPF_CGROUP_INET_EGRESS, in test_cgroup_link() 110 bpf_link__destroy(links[last_cg]); in test_cgroup_link() 111 links[last_cg] = NULL; in test_cgroup_link() 116 err = bpf_prog_attach(prog_fd, cgs[last_cg].fd, in test_cgroup_link() 122 links[last_cg] = bpf_program__attach_cgroup(skel->progs.egress, in test_cgroup_link() 123 cgs[last_cg].fd); in test_cgroup_link() 124 if (CHECK(IS_ERR(links[last_cg]), "cg_attach", "err: %ld\n", in test_cgroup_link() [all …]
|