|
Linux Kernel
3.7.1
|
#include <linux/stddef.h>#include <linux/spinlock.h>#include <linux/slab.h>#include <linux/pkt_sched.h>#include <net/caif/caif_layer.h>#include <net/caif/cfpkt.h>#include <net/caif/cfctrl.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ |
| #define | container_obj(layr) container_of(layr, struct cfctrl, serv.layer) |
| #define | UTILITY_NAME_LENGTH 16 |
| #define | CFPKT_CTRL_PKT_LEN 20 |
Functions | |
| struct cflayer * | cfctrl_create (void) |
| void | cfctrl_remove (struct cflayer *layer) |
| struct cfctrl_rsp * | cfctrl_get_respfuncs (struct cflayer *layer) |
| void | cfctrl_enum_req (struct cflayer *layer, u8 physlinkid) |
| int | cfctrl_linkup_request (struct cflayer *layer, struct cfctrl_link_param *param, struct cflayer *user_layer) |
| int | cfctrl_linkdown_req (struct cflayer *layer, u8 channelid, struct cflayer *client) |
| int | cfctrl_cancel_req (struct cflayer *layr, struct cflayer *adap_layer) |
| #define container_obj | ( | layr | ) | container_of(layr, struct cfctrl, serv.layer) |
|
read |
1.8.2