Searched refs:test__join_cgroup (Results 1 – 22 of 22) 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()
37 cg_fd = test__join_cgroup("/sockopt_qos_to_cc"); in test_sockopt_qos_to_cc()
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()
64 cgroup_fd = test__join_cgroup("/connect_dropper"); in test_cgroup_v1v2()
29 cgroup_fd = test__join_cgroup("/socket_cookie"); in test_socket_cookie()
33 cg_fd = test__join_cgroup(CG_NAME); in test_netcnt()
58 cgfd = test__join_cgroup(cg_path); in run_cgroup_bpf_test()
26 cgroup_fd = test__join_cgroup("/netns_cookie"); in test_netns_cookie()
78 cgroup_fd = test__join_cgroup("/bind_perm"); in test_bind_perm()
160 cgroup_fd = test__join_cgroup("/tcp_rtt"); in test_tcp_rtt()
130 cg_fd = test__join_cgroup(CG_NAME); in test_tcpbpf_user()
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()
225 cgroup_fd = test__join_cgroup("/sockopt_sk"); in test_sockopt_sk()
230 cgroup_fd = test__join_cgroup("/sockopt_inherit"); in test_sockopt_inherit()
370 parent_cgroup_fd = test__join_cgroup(PARENT_CGROUP); in test_cg_storage_multi()
585 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);
234 int test__join_cgroup(const char *path) in test__join_cgroup() function