Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/crc-ccitt.h>
#include <linux/netdevice.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfpkt.h>
#include <net/caif/cffrml.h>
Go to the source code of this file.
Data Structures | |
struct | cffrml |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ |
#define | container_obj(layr) container_of(layr, struct cffrml, layer) |
Functions | |
struct cflayer * | cffrml_create (u16 phyid, bool use_fcs) |
void | cffrml_free (struct cflayer *layer) |
void | cffrml_set_uplayer (struct cflayer *this, struct cflayer *up) |
void | cffrml_set_dnlayer (struct cflayer *this, struct cflayer *dn) |
void | cffrml_put (struct cflayer *layr) |
void | cffrml_hold (struct cflayer *layr) |
int | cffrml_refcnt_read (struct cflayer *layr) |
#define container_obj | ( | layr | ) | container_of(layr, struct cffrml, layer) |