#include "core.h"
#include "port.h"
#include <linux/export.h>
#include <net/sock.h>
Go to the source code of this file.
#define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */ |
#define OVERLOAD_LIMIT_BASE 5000 |
#define SS_LISTENING -1 /* socket is listening */ |
#define SS_READY -2 /* socket is connectionless */ |
#define tipc_rx_ready |
( |
|
sock | ) |
|
tipc_socket_init - initialize TIPC socket interface
Returns 0 on success, errno otherwise
Definition at line 1785 of file socket.c.
tipc_socket_stop - stop TIPC socket interface
Definition at line 1810 of file socket.c.