#include "core.h"
#include "ref.h"
#include "name_table.h"
#include "subscr.h"
#include "config.h"
#include <linux/module.h>
Go to the source code of this file.
#define CONFIG_TIPC_PORTS 8191 |
MODULE_DESCRIPTION |
( |
"TIPC: Transparent Inter Process Communication" |
| ) |
|
module_exit |
( |
tipc_exit |
| ) |
|
module_init |
( |
tipc_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|
tipc_buf_acquire - creates a TIPC message buffer : message size (including TIPC header)
Returns a new buffer with data pointers set to the specified size.
NOTE: Headroom is reserved to allow prepending of a data link header. There may also be unrequested tailroom present at the buffer's end.
Definition at line 69 of file core.c.
int tipc_core_start_net |
( |
unsigned long |
addr | ) |
|
start_net - start TIPC networking sub-systems
Definition at line 95 of file core.c.
int tipc_remote_management __read_mostly |