Searched refs:sock_path (Results 1 – 2 of 2) sorted by relevance
8 static const char *sock_path = "@skc_to_unix_sock"; variable37 strscpy(sockaddr.sun_path, sock_path); in test_skc_to_unix_sock()48 ASSERT_EQ(strcmp(skel->bss->path, sock_path), 0, "bpf_skc_to_unix_sock failed"); in test_skc_to_unix_sock()
4725 const char *const sock_path = core_pattern + 1; in TEST_F_FORK() local4733 unlink(sock_path); in TEST_F_FORK()4734 srv_fd = set_up_named_unix_server(_metadata, SOCK_STREAM, sock_path); in TEST_F_FORK()4783 EXPECT_EQ(0, unlink(sock_path)); in TEST_F_FORK()