#include <linux/tipc.h>
#include <linux/tipc_config.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/string.h>
#include <asm/uaccess.h>
#include <linux/interrupt.h>
#include <linux/atomic.h>
#include <asm/hardirq.h>
#include <linux/netdevice.h>
#include <linux/in.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
#define TIPC_MAX_PUBLICATIONS 65535 |
#define TIPC_MAX_SUBSCRIPTIONS 65535 |
#define TIPC_MOD_VER "2.0.0" |
#define ULTRA_STRING_MAX_LEN 32768 |
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.
tipc_snprintf - append formatted output to print buffer : pointer to print buffer : buffer length : formatted info to be printed
Definition at line 46 of file log.c.
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.
int tipc_random __read_mostly |