Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dport.h12 extern int port_connection(int fd, int *socket_out, int *pid_out);
H A Dport_user.c168 int port_connection(int fd, int *socket, int *pid_out) in port_connection() function
H A Dport_kern.c81 fd = port_connection(port->fd, socket, &pid); in port_accept()