Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
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)); 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()