Searched refs:sunname (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/net/unix/ |
| D | af_unix.c | 289 struct sockaddr_un *sunname, in __unix_find_socket_byname() argument 301 !memcmp(u->addr->name, sunname, len)) in __unix_find_socket_byname() 308 struct sockaddr_un *sunname, in unix_find_socket_byname() argument 314 s = __unix_find_socket_byname(net, sunname, len, hash); in unix_find_socket_byname() 1013 struct sockaddr_un *sunname, int len, in unix_find_other() argument 1020 if (sunname->sun_path[0]) { in unix_find_other() 1022 err = kern_path(sunname->sun_path, LOOKUP_FOLLOW, &path); in unix_find_other() 1049 u = unix_find_socket_byname(net, sunname, len, type ^ hash); in unix_find_other()
|