Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
config.c File Reference
#include "core.h"
#include "port.h"
#include "name_table.h"
#include "config.h"

Go to the source code of this file.

Macros

#define REPLY_TRUNCATED   "<truncated>\n"
 

Functions

struct sk_bufftipc_cfg_reply_alloc (int payload_size)
 
int tipc_cfg_append_tlv (struct sk_buff *buf, int tlv_type, void *tlv_data, int tlv_data_size)
 
struct sk_bufftipc_cfg_reply_string_type (u16 tlv_type, char *string)
 
struct sk_bufftipc_cfg_do_cmd (u32 orig_node, u16 cmd, const void *request_area, int request_space, int reply_headroom)
 
int tipc_cfg_init (void)
 
void tipc_cfg_reinit (void)
 
void tipc_cfg_stop (void)
 

Macro Definition Documentation

#define REPLY_TRUNCATED   "<truncated>\n"

Definition at line 42 of file config.c.

Function Documentation

int tipc_cfg_append_tlv ( struct sk_buff buf,
int  tlv_type,
void tlv_data,
int  tlv_data_size 
)

Definition at line 63 of file config.c.

struct sk_buff* tipc_cfg_do_cmd ( u32  orig_node,
u16  cmd,
const void request_area,
int  request_space,
int  reply_headroom 
)
read

Definition at line 246 of file config.c.

int tipc_cfg_init ( void  )

Definition at line 427 of file config.c.

void tipc_cfg_reinit ( void  )

Definition at line 452 of file config.c.

struct sk_buff* tipc_cfg_reply_alloc ( int  payload_size)
read

Definition at line 53 of file config.c.

struct sk_buff* tipc_cfg_reply_string_type ( u16  tlv_type,
char string 
)
read

Definition at line 98 of file config.c.

void tipc_cfg_stop ( void  )

Definition at line 467 of file config.c.