Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tun_struct Struct Reference

Data Fields

struct tun_filetfile
 
unsigned int flags
 
kuid_t owner
 
kgid_t group
 
struct net_devicedev
 
netdev_features_t set_features
 
struct fasync_structfasync
 
struct tap_filter txflt
 
struct socket socket
 
struct socket_wq wq
 
int vnet_hdr_sz
 

Detailed Description

Definition at line 121 of file tun.c.

Field Documentation

Definition at line 127 of file tun.c.

Definition at line 131 of file tun.c.

unsigned int flags

Definition at line 123 of file tun.c.

kgid_t group

Definition at line 125 of file tun.c.

kuid_t owner

Definition at line 124 of file tun.c.

netdev_features_t set_features

Definition at line 128 of file tun.c.

Definition at line 134 of file tun.c.

struct tun_file* tfile

Definition at line 122 of file tun.c.

Definition at line 133 of file tun.c.

int vnet_hdr_sz

Definition at line 137 of file tun.c.

Definition at line 135 of file tun.c.


The documentation for this struct was generated from the following file: