| PatchworkOS
    | 
#include <kernel/net/local/local_conn.h>#include <kernel/fs/sysfs.h>#include <kernel/net/local/local.h>#include <kernel/net/local/local_listen.h>#include <kernel/net/socket.h>#include <kernel/net/socket_family.h>#include <kernel/sched/wait.h>#include <kernel/sync/lock.h>#include <stdlib.h>#include <sys/list.h>Go to the source code of this file.
| Functions | |
| local_conn_t * | local_conn_new (local_listen_t *listen) | 
| Allocate and initialize a new local connection. | |
| void | local_conn_free (local_conn_t *conn) | 
| Free and deinitialize a local connection. | |