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

Go to the source code of this file.

Functions

int vcc_create (struct net *net, struct socket *sock, int protocol, int family)
 
int vcc_release (struct socket *sock)
 
int vcc_connect (struct socket *sock, int itf, short vpi, int vci)
 
int vcc_recvmsg (struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t size, int flags)
 
int vcc_sendmsg (struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t total_len)
 
unsigned int vcc_poll (struct file *file, struct socket *sock, poll_table *wait)
 
int vcc_ioctl (struct socket *sock, unsigned int cmd, unsigned long arg)
 
int vcc_compat_ioctl (struct socket *sock, unsigned int cmd, unsigned long arg)
 
int vcc_setsockopt (struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen)
 
int vcc_getsockopt (struct socket *sock, int level, int optname, char __user *optval, int __user *optlen)
 
void vcc_process_recv_queue (struct atm_vcc *vcc)
 
int atmpvc_init (void)
 
void atmpvc_exit (void)
 
int atmsvc_init (void)
 
void atmsvc_exit (void)
 
int atm_sysfs_init (void)
 
void atm_sysfs_exit (void)
 
int svc_change_qos (struct atm_vcc *vcc, struct atm_qos *qos)
 
void atm_dev_release_vccs (struct atm_dev *dev)
 

Function Documentation

void atm_dev_release_vccs ( struct atm_dev dev)

Definition at line 254 of file common.c.

void atm_sysfs_exit ( void  )

Definition at line 197 of file atm_sysfs.c.

int atm_sysfs_init ( void  )

Definition at line 192 of file atm_sysfs.c.

void atmpvc_exit ( void  )

Definition at line 159 of file pvc.c.

int atmpvc_init ( void  )

Definition at line 154 of file pvc.c.

void atmsvc_exit ( void  )

Definition at line 689 of file svc.c.

int atmsvc_init ( void  )

Definition at line 684 of file svc.c.

int svc_change_qos ( struct atm_vcc vcc,
struct atm_qos qos 
)

Definition at line 436 of file svc.c.

int vcc_compat_ioctl ( struct socket sock,
unsigned int  cmd,
unsigned long  arg 
)
int vcc_connect ( struct socket sock,
int  itf,
short  vpi,
int  vci 
)

Definition at line 455 of file common.c.

int vcc_create ( struct net net,
struct socket sock,
int  protocol,
int  family 
)

Definition at line 135 of file common.c.

int vcc_getsockopt ( struct socket sock,
int  level,
int  optname,
char __user optval,
int __user optlen 
)

Definition at line 788 of file common.c.

int vcc_ioctl ( struct socket sock,
unsigned int  cmd,
unsigned long  arg 
)

Definition at line 186 of file ioctl.c.

unsigned int vcc_poll ( struct file file,
struct socket sock,
poll_table wait 
)

Definition at line 645 of file common.c.

void vcc_process_recv_queue ( struct atm_vcc vcc)

Definition at line 217 of file common.c.

int vcc_recvmsg ( struct kiocb iocb,
struct socket sock,
struct msghdr msg,
size_t  size,
int  flags 
)

Definition at line 515 of file common.c.

int vcc_release ( struct socket sock)

Definition at line 191 of file common.c.

int vcc_sendmsg ( struct kiocb iocb,
struct socket sock,
struct msghdr m,
size_t  total_len 
)

Definition at line 561 of file common.c.

int vcc_setsockopt ( struct socket sock,
int  level,
int  optname,
char __user optval,
unsigned int  optlen 
)

Definition at line 741 of file common.c.