Searched refs:sock_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dskc_to_unix_sock.c8 static const char *sock_path = "@skc_to_unix_sock"; variable
37 strncpy(sockaddr.sun_path, sock_path, strlen(sock_path));
48 ASSERT_EQ(strcmp(skel->bss->path, sock_path), 0, "bpf_skc_to_unix_sock failed");

Completed in 167 milliseconds