#include <linux/fs.h>
#include <linux/hardirq.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/if_ether.h>
#include <linux/moduleparam.h>
#include <linux/ip.h>
#include <linux/sched.h>
#include <linux/sockios.h>
#include <linux/caif/if_caif.h>
#include <net/rtnetlink.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfpkt.h>
#include <net/caif/caif_dev.h>
Go to the source code of this file.
| #define CAIF_NET_DEFAULT_QUEUE_LEN 500 |
| #define CONNECT_TIMEOUT (5 * HZ) |
| #define GPRS_PDP_MTU 1500 |
| #define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ":%s(): " fmt, __func__ |
| #define UNDEF_CONNID 0xffffffff |
- Enumerator:
| CAIF_CONNECTED |
|
| CAIF_CONNECTING |
|
| CAIF_DISCONNECTED |
|
| CAIF_CONNECTED |
|
| CAIF_CONNECTING |
|
| CAIF_DISCONNECTED |
|
| CAIF_SHUTDOWN |
|
Definition at line 39 of file chnl_net.c.
| MODULE_ALIAS_RTNL_LINK |
( |
"caif" |
| ) |
|
| module_exit |
( |
chnl_exit_module |
| ) |
|
| module_init |
( |
chnl_init_module |
| ) |
|