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

Data Fields

struct ppp_file file
 
struct fileowner
 
struct list_head channels
 
int n_channels
 
spinlock_t rlock
 
spinlock_t wlock
 
int mru
 
unsigned int flags
 
unsigned int xstate
 
unsigned int rstate
 
int debug
 
struct slcompressvj
 
enum NPmode npmode [NUM_NP]
 
struct sk_buffxmit_pending
 
struct compressorxcomp
 
voidxc_state
 
struct compressorrcomp
 
voidrc_state
 
unsigned long last_xmit
 
unsigned long last_recv
 
struct net_devicedev
 
int closing
 
struct netppp_net
 
struct ppp_link_stats stats64
 
struct proto protos [IDX_COUNT]
 
spinlock_t lock
 
unsigned long last_pong
 
unsigned int req_timeout
 
unsigned int cr_retries
 
unsigned int term_retries
 
unsigned int keepalive_interval
 
unsigned int keepalive_timeout
 
u8 seq
 
u8 echo_id
 

Detailed Description

Definition at line 114 of file ppp_generic.c.

Field Documentation

struct list_head channels

Definition at line 117 of file ppp_generic.c.

int closing

Definition at line 136 of file ppp_generic.c.

unsigned int cr_retries

Definition at line 79 of file hdlc_ppp.c.

int debug

Definition at line 125 of file ppp_generic.c.

Definition at line 135 of file ppp_generic.c.

u8 echo_id

Definition at line 82 of file hdlc_ppp.c.

Definition at line 115 of file ppp_generic.c.

unsigned int flags

Definition at line 122 of file ppp_generic.c.

unsigned int keepalive_interval

Definition at line 80 of file hdlc_ppp.c.

unsigned int keepalive_timeout

Definition at line 80 of file hdlc_ppp.c.

unsigned long last_pong

Definition at line 78 of file hdlc_ppp.c.

unsigned long last_recv

Definition at line 134 of file ppp_generic.c.

unsigned long last_xmit

Definition at line 133 of file ppp_generic.c.

spinlock_t lock

Definition at line 77 of file hdlc_ppp.c.

int mru

Definition at line 121 of file ppp_generic.c.

int n_channels

Definition at line 118 of file ppp_generic.c.

enum NPmode npmode[NUM_NP]

Definition at line 127 of file ppp_generic.c.

struct file* owner

Definition at line 116 of file ppp_generic.c.

Definition at line 150 of file ppp_generic.c.

Definition at line 76 of file hdlc_ppp.c.

void* rc_state

Definition at line 132 of file ppp_generic.c.

Definition at line 131 of file ppp_generic.c.

unsigned int req_timeout

Definition at line 79 of file hdlc_ppp.c.

spinlock_t rlock

Definition at line 119 of file ppp_generic.c.

unsigned int rstate

Definition at line 124 of file ppp_generic.c.

u8 seq

Definition at line 81 of file hdlc_ppp.c.

Definition at line 151 of file ppp_generic.c.

unsigned int term_retries

Definition at line 79 of file hdlc_ppp.c.

Definition at line 126 of file ppp_generic.c.

spinlock_t wlock

Definition at line 120 of file ppp_generic.c.

void* xc_state

Definition at line 130 of file ppp_generic.c.

Definition at line 129 of file ppp_generic.c.

struct sk_buff* xmit_pending

Definition at line 128 of file ppp_generic.c.

unsigned int xstate

Definition at line 123 of file ppp_generic.c.


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