Searched refs:test__join_cgroup (Results 1 – 15 of 15) sorted by relevance
41 foo = test__join_cgroup(FOO); in test_cgroup_attach_override()55 bar = test__join_cgroup(BAR); in test_cgroup_attach_override()
309 cg_parent = test__join_cgroup("/parent"); in test_sockopt_multi()313 cg_child = test__join_cgroup("/parent/child"); in test_sockopt_multi()
22 cgroup_fd = test__join_cgroup("/load_bytes_relative"); in test_load_bytes_relative()
16 cgroup_fd = test__join_cgroup("/udp_limit"); in test_udp_limit()
58 cgfd = test__join_cgroup(cg_path); in run_cgroup_bpf_test()
160 cgroup_fd = test__join_cgroup("/tcp_rtt"); in test_tcp_rtt()
338 parent_cg_fd = test__join_cgroup(PARENT_CGROUP); in test_sock_fields()345 child_cg_fd = test__join_cgroup(CHILD_CGROUP); in test_sock_fields()
136 cgroup_fd = test__join_cgroup("/connect_force_port"); in test_connect_force_port()
228 cgroup_fd = test__join_cgroup("/sockopt_inherit"); in test_sockopt_inherit()
226 cgroup_fd = test__join_cgroup("/sockopt_sk"); in test_sockopt_sk()
398 parent_cgroup_fd = test__join_cgroup(PARENT_CGROUP); in test_cg_storage_multi()
590 cg_fd = test__join_cgroup(CG_NAME); in test_tcp_hdr_options()
975 cgroup_fd = test__join_cgroup("/sockopt"); in test_sockopt()
93 extern int test__join_cgroup(const char *path);
211 int test__join_cgroup(const char *path) in test__join_cgroup() function