Searched refs:cg5 (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_multi.c80 int cg1 = 0, cg2 = 0, cg3 = 0, cg4 = 0, cg5 = 0, key = 0; local
109 cg5 = create_and_get_cgroup("/cg1/cg2/cg3/cg4/cg5");
110 if (CHECK_FAIL(cg5 < 0))
113 if (CHECK_FAIL(join_cgroup("/cg1/cg2/cg3/cg4/cg5")))
146 if (CHECK(bpf_prog_attach(allow_prog[5], cg5, BPF_CGROUP_INET_EGRESS, 0),
154 /* query the number of effective progs in cg5 */
155 CHECK_FAIL(bpf_prog_query(cg5, BPF_CGROUP_INET_EGRESS,
158 /* retrieve prog_ids of effective progs in cg5 */
159 CHECK_FAIL(bpf_prog_query(cg5, BPF_CGROUP_INET_EGRES
[all...]

Completed in 94 milliseconds