Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
ethertap_kern.c File Reference
#include <linux/init.h>
#include <linux/netdevice.h>
#include "etap.h"
#include <net_kern.h>

Go to the source code of this file.

Data Structures

struct  ethertap_init
 

Functions

int ethertap_setup (char *str, char **mac_out, void *data)
 
 late_initcall (register_ethertap)
 

Variables

struct net_kern_info ethertap_kern_info
 

Function Documentation

int ethertap_setup ( char str,
char **  mac_out,
void data 
)

Definition at line 66 of file ethertap_kern.c.

late_initcall ( register_ethertap  )

Variable Documentation

struct net_kern_info ethertap_kern_info
Initial value:
= {
.init = etap_init,
.protocol = eth_protocol,
.read = etap_read,
.write = etap_write,
}

Definition at line 59 of file ethertap_kern.c.