|
Linux Kernel
3.7.1
|
#include <linux/netdevice.h>#include <linux/init.h>#include <linux/skbuff.h>#include <asm/errno.h>#include <net_kern.h>#include "tuntap.h"Go to the source code of this file.
Data Structures | |
| struct | tuntap_init |
Functions | |
| int | tuntap_setup (char *str, char **mac_out, void *data) |
| late_initcall (register_tuntap) | |
Variables | |
| struct net_kern_info | tuntap_kern_info |
| late_initcall | ( | register_tuntap | ) |
Definition at line 56 of file tuntap_kern.c.
| struct net_kern_info tuntap_kern_info |
Definition at line 49 of file tuntap_kern.c.
1.8.2