Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cfmuxl.h File Reference
#include <net/caif/caif_layer.h>

Go to the source code of this file.

Functions

struct cflayercfmuxl_create (void)
 
int cfmuxl_set_uplayer (struct cflayer *layr, struct cflayer *up, u8 linkid)
 
struct cflayercfmuxl_remove_dnlayer (struct cflayer *layr, u8 phyid)
 
int cfmuxl_set_dnlayer (struct cflayer *layr, struct cflayer *up, u8 phyid)
 
struct cflayercfmuxl_remove_uplayer (struct cflayer *layr, u8 linkid)
 

Function Documentation

struct cflayer* cfmuxl_create ( void  )
read

Definition at line 48 of file cfmuxl.c.

struct cflayer* cfmuxl_remove_dnlayer ( struct cflayer layr,
u8  phyid 
)
read

Definition at line 104 of file cfmuxl.c.

struct cflayer* cfmuxl_remove_uplayer ( struct cflayer layr,
u8  linkid 
)
read

Definition at line 151 of file cfmuxl.c.

int cfmuxl_set_dnlayer ( struct cflayer layr,
struct cflayer up,
u8  phyid 
)

Definition at line 65 of file cfmuxl.c.

int cfmuxl_set_uplayer ( struct cflayer layr,
struct cflayer up,
u8  linkid 
)

Definition at line 86 of file cfmuxl.c.