Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
stack.c File Reference
#include <linux/slab.h>
#include <linux/mISDNif.h>
#include <linux/kthread.h>
#include "core.h"

Go to the source code of this file.

Functions

void set_channel_address (struct mISDNchannel *ch, u_int sapi, u_int tei)
 
void __add_layer2 (struct mISDNchannel *ch, struct mISDNstack *st)
 
void add_layer2 (struct mISDNchannel *ch, struct mISDNstack *st)
 
int create_stack (struct mISDNdevice *dev)
 
int connect_layer1 (struct mISDNdevice *dev, struct mISDNchannel *ch, u_int protocol, struct sockaddr_mISDN *adr)
 
int connect_Bstack (struct mISDNdevice *dev, struct mISDNchannel *ch, u_int protocol, struct sockaddr_mISDN *adr)
 
int create_l2entity (struct mISDNdevice *dev, struct mISDNchannel *ch, u_int protocol, struct sockaddr_mISDN *adr)
 
void delete_channel (struct mISDNchannel *ch)
 
void delete_stack (struct mISDNdevice *dev)
 
void mISDN_initstack (u_int *dp)
 

Function Documentation

void __add_layer2 ( struct mISDNchannel *  ch,
struct mISDNstack *  st 
)

Definition at line 345 of file stack.c.

void add_layer2 ( struct mISDNchannel *  ch,
struct mISDNstack *  st 
)

Definition at line 351 of file stack.c.

int connect_Bstack ( struct mISDNdevice *  dev,
struct mISDNchannel *  ch,
u_int  protocol,
struct sockaddr_mISDN adr 
)

Definition at line 459 of file stack.c.

int connect_layer1 ( struct mISDNdevice *  dev,
struct mISDNchannel *  ch,
u_int  protocol,
struct sockaddr_mISDN adr 
)

Definition at line 421 of file stack.c.

int create_l2entity ( struct mISDNdevice *  dev,
struct mISDNchannel *  ch,
u_int  protocol,
struct sockaddr_mISDN adr 
)

Definition at line 516 of file stack.c.

int create_stack ( struct mISDNdevice *  dev)

Definition at line 367 of file stack.c.

void delete_channel ( struct mISDNchannel *  ch)

Definition at line 565 of file stack.c.

void delete_stack ( struct mISDNdevice *  dev)

Definition at line 622 of file stack.c.

void mISDN_initstack ( u_int dp)

Definition at line 654 of file stack.c.

void set_channel_address ( struct mISDNchannel *  ch,
u_int  sapi,
u_int  tei 
)

Definition at line 339 of file stack.c.