Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <asm/unaligned.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfsrvl.h>
#include <net/caif/cfpkt.h>
Go to the source code of this file.
Data Structures | |
struct | cfrfml |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ |
#define | container_obj(layr) container_of(layr, struct cfrfml, serv.layer) |
#define | RFM_SEGMENTATION_BIT 0x01 |
#define | RFM_HEAD_SIZE 7 |
Functions | |
struct cflayer * | cfrfml_create (u8 channel_id, struct dev_info *dev_info, int mtu_size) |
#define container_obj | ( | layr | ) | container_of(layr, struct cfrfml, serv.layer) |