Searched refs:link_set_eisconn (Results 1 – 1 of 1) sorted by relevance
181 struct bpf_link *link_set_eunatch = NULL, *link_set_eisconn = NULL; in test_setsockopt_override() local198 link_set_eisconn = bpf_program__attach_cgroup(obj->progs.set_eisconn, in test_setsockopt_override()200 if (!ASSERT_OK_PTR(link_set_eisconn, "cg-attach-set_eisconn")) in test_setsockopt_override()222 bpf_link__destroy(link_set_eisconn); in test_setsockopt_override()370 struct bpf_link *link_set_eisconn = NULL; in test_getsockopt_override() local383 link_set_eisconn = bpf_program__attach_cgroup(obj->progs.set_eisconn, in test_getsockopt_override()385 if (!ASSERT_OK_PTR(link_set_eisconn, "cg-attach-set_eisconn")) in test_getsockopt_override()400 bpf_link__destroy(link_set_eisconn); in test_getsockopt_override()408 struct bpf_link *link_set_eisconn = NULL, *link_clear_retval = NULL; in test_getsockopt_retval_sync() local423 link_set_eisconn = bpf_program__attach_cgroup(obj->progs.set_eisconn, in test_getsockopt_retval_sync()[all …]