Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
ppp_file Struct Reference

Public Types

enum  { INTERFACE =1, CHANNEL }
 

Data Fields

enum ppp_file:: { ... }  kind
 
struct sk_buff_head xq
 
struct sk_buff_head rq
 
wait_queue_head_t rwait
 
atomic_t refcnt
 
int hdrlen
 
int index
 
int dead
 

Detailed Description

Definition at line 78 of file ppp_generic.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
INTERFACE 
CHANNEL 

Definition at line 79 of file ppp_generic.c.

Field Documentation

int dead

Definition at line 88 of file ppp_generic.c.

int hdrlen

Definition at line 86 of file ppp_generic.c.

int index

Definition at line 87 of file ppp_generic.c.

enum { ... } kind
atomic_t refcnt

Definition at line 85 of file ppp_generic.c.

Definition at line 83 of file ppp_generic.c.

Definition at line 84 of file ppp_generic.c.

Definition at line 82 of file ppp_generic.c.


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