Searched refs:sunname (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/unix/ |
D | af_unix.c | 235 static unix_socket *__unix_find_socket_byname(struct sockaddr_un *sunname, in __unix_find_socket_byname() argument 242 memcmp(s->protinfo.af_unix.addr->name, sunname, len) == 0) in __unix_find_socket_byname() 249 unix_find_socket_byname(struct sockaddr_un *sunname, in unix_find_socket_byname() argument 255 s = __unix_find_socket_byname(sunname, len, type, hash); in unix_find_socket_byname() 575 static unix_socket *unix_find_other(struct sockaddr_un *sunname, int len, in unix_find_other() argument 582 if (sunname->sun_path[0]) { in unix_find_other() 583 if (path_init(sunname->sun_path, in unix_find_other() 585 err = path_walk(sunname->sun_path, &nd); in unix_find_other() 611 u=unix_find_socket_byname(sunname, len, type, hash); in unix_find_other()
|