Searched refs:link_set_eunatch (Results 1 – 1 of 1) sorted by relevance
22 struct bpf_link *link_set_eunatch = NULL; in test_setsockopt_set() local35 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_set()50 bpf_link__destroy(link_set_eunatch); in test_setsockopt_set()58 struct bpf_link *link_set_eunatch = NULL, *link_get_retval = NULL; in test_setsockopt_set_and_get() local71 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_set_and_get()92 bpf_link__destroy(link_set_eunatch); in test_setsockopt_set_and_get()155 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_default_zero_and_set()173 bpf_link__destroy(link_set_eunatch); in test_setsockopt_default_zero_and_set()196 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_override()221 bpf_link__destroy(link_set_eunatch); in test_setsockopt_override()[all …]
Completed in 6 milliseconds