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

Data Fields

struct list_head device_list
 
struct list_head opened_list
 
spinlock_t lock
 
struct net_devicedev
 
struct platform_device pdev
 
struct timer_list tl
 
struct net_device_stats stats
 
struct timer_list timer
 
unsigned int timer_val
 
int index
 
int mtu
 
unsigned char mac [ETH_ALEN]
 
int have_mac
 
struct {
   union {
      struct tuntap_info   tuntap
 
   }   info
 
   int(*   open )(struct iss_net_private *lp)
 
   void(*   close )(struct iss_net_private *lp)
 
   int(*   read )(struct iss_net_private *lp,
      struct sk_buff **skb)
 
   int(*   write )(struct iss_net_private *lp,
      struct sk_buff **skb)
 
   unsigned short(*   protocol )(struct sk_buff *skb)
 
   int(*   poll )(struct iss_net_private *lp)
 
tp
 

Detailed Description

Definition at line 69 of file network.c.

Field Documentation

Definition at line 95 of file network.c.

Definition at line 75 of file network.c.

Definition at line 71 of file network.c.

int have_mac

Definition at line 87 of file network.c.

int index

Definition at line 83 of file network.c.

union { ... } info
spinlock_t lock

Definition at line 74 of file network.c.

unsigned char mac[ETH_ALEN]

Definition at line 86 of file network.c.

int mtu

Definition at line 84 of file network.c.

Definition at line 94 of file network.c.

struct list_head opened_list

Definition at line 72 of file network.c.

Definition at line 76 of file network.c.

Definition at line 99 of file network.c.

unsigned short(* protocol)(struct sk_buff *skb)

Definition at line 98 of file network.c.

Definition at line 96 of file network.c.

Definition at line 78 of file network.c.

Definition at line 80 of file network.c.

unsigned int timer_val

Definition at line 81 of file network.c.

Definition at line 77 of file network.c.

struct { ... } tp

Definition at line 91 of file network.c.

Definition at line 97 of file network.c.


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