Home
last modified time | relevance | path

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

/Linux-v5.4/net/unix/
Daf_unix.c274 struct sockaddr_un *sunname, in __unix_find_socket_byname() argument
286 !memcmp(u->addr->name, sunname, len)) in __unix_find_socket_byname()
295 struct sockaddr_un *sunname, in unix_find_socket_byname() argument
302 s = __unix_find_socket_byname(net, sunname, len, type, hash); in unix_find_socket_byname()
900 struct sockaddr_un *sunname, int len, in unix_find_other() argument
907 if (sunname->sun_path[0]) { in unix_find_other()
909 err = kern_path(sunname->sun_path, LOOKUP_FOLLOW, &path); in unix_find_other()
936 u = unix_find_socket_byname(net, sunname, len, type, hash); in unix_find_other()