Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
core.c File Reference
#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.

Macros

#define CONFIG_TIPC_PORTS   8191
 

Functions

struct sk_bufftipc_buf_acquire (u32 size)
 
int tipc_core_start_net (unsigned long addr)
 
 module_init (tipc_init)
 
 module_exit (tipc_exit)
 
 MODULE_DESCRIPTION ("TIPC: Transparent Inter Process Communication")
 
 MODULE_LICENSE ("Dual BSD/GPL")
 
 MODULE_VERSION (TIPC_MOD_VER)
 

Variables

int tipc_random __read_mostly
 

Macro Definition Documentation

#define CONFIG_TIPC_PORTS   8191

Definition at line 46 of file core.c.

Function Documentation

MODULE_DESCRIPTION ( "TIPC: Transparent Inter Process Communication"  )
module_exit ( tipc_exit  )
module_init ( tipc_init  )
MODULE_LICENSE ( "Dual BSD/GPL"  )
MODULE_VERSION ( TIPC_MOD_VER  )
struct sk_buff* tipc_buf_acquire ( u32  size)
read

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.

Variable Documentation

int tipc_remote_management __read_mostly

Definition at line 51 of file core.c.