Searched refs:__unix_find_socket_byname (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/unix/ | 
| D | af_unix.c | 273 static struct sock *__unix_find_socket_byname(struct net *net,  in __unix_find_socket_byname()  function 302 	s = __unix_find_socket_byname(net, sunname, len, type, hash);  in unix_find_socket_byname() 871 	if (__unix_find_socket_byname(net, addr->name, addr->len, sock->type,  in unix_autobind() 1049 		if (__unix_find_socket_byname(net, sunaddr, addr_len,  in unix_bind()
  |