Linux Kernel
3.7.1
|
#include <linux/netdevice.h>
#include <linux/platform_device.h>
#include <linux/skbuff.h>
#include <linux/socket.h>
#include <linux/list.h>
#include <linux/workqueue.h>
Go to the source code of this file.
Data Structures | |
struct | uml_net |
struct | uml_net_private |
struct | net_kern_info |
struct | transport |
Functions | |
struct net_device * | ether_init (int) |
unsigned short | ether_protocol (struct sk_buff *) |
int | tap_setup_common (char *str, char *type, char **dev_name, char **mac_out, char **gate_addr) |
void | register_transport (struct transport *new) |
unsigned short | eth_protocol (struct sk_buff *skb) |
Definition at line 916 of file net_kern.c.
|
read |
Definition at line 600 of file net_kern.c.