Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/wait.h>
#include <linux/sched.h>
#include <linux/atm.h>
#include <linux/atmsap.h>
#include <linux/atmsvc.h>
#include <linux/atmdev.h>
#include <linux/bitops.h>
#include <linux/slab.h>
#include "resources.h"
#include "signaling.h"
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ |
Functions | |
void | sigd_enq2 (struct atm_vcc *vcc, enum atmsvc_msg_type type, struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc, const struct atm_qos *qos, int reply) |
void | sigd_enq (struct atm_vcc *vcc, enum atmsvc_msg_type type, struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc) |
int | sigd_attach (struct atm_vcc *vcc) |
Variables | |
struct atm_vcc * | sigd = NULL |
#define pr_fmt | ( | fmt | ) | KBUILD_MODNAME ":%s: " fmt, __func__ |
Definition at line 5 of file signaling.c.
Definition at line 255 of file signaling.c.
void sigd_enq | ( | struct atm_vcc * | vcc, |
enum atmsvc_msg_type | type, | ||
struct atm_vcc * | listen_vcc, | ||
const struct sockaddr_atmpvc * | pvc, | ||
const struct sockaddr_atmsvc * | svc | ||
) |
Definition at line 200 of file signaling.c.
void sigd_enq2 | ( | struct atm_vcc * | vcc, |
enum atmsvc_msg_type | type, | ||
struct atm_vcc * | listen_vcc, | ||
const struct sockaddr_atmpvc * | pvc, | ||
const struct sockaddr_atmsvc * | svc, | ||
const struct atm_qos * | qos, | ||
int | reply | ||
) |
Definition at line 162 of file signaling.c.
Definition at line 27 of file signaling.c.