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

Go to the source code of this file.

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 *req_tlv_area, int req_tlv_space, int headroom)
 
int tipc_cfg_init (void)
 
void tipc_cfg_reinit (void)
 
void tipc_cfg_stop (void)
 

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 req_tlv_area,
int  req_tlv_space,
int  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.