Linux Kernel
3.7.1
|
Data Fields | |
struct ppp_file | file |
struct file * | owner |
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 slcompress * | vj |
enum NPmode | npmode [NUM_NP] |
struct sk_buff * | xmit_pending |
struct compressor * | xcomp |
void * | xc_state |
struct compressor * | rcomp |
void * | rc_state |
unsigned long | last_xmit |
unsigned long | last_recv |
struct net_device * | dev |
int | closing |
struct net * | ppp_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 |
Definition at line 114 of file ppp_generic.c.
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.
struct net_device* dev |
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.
Definition at line 127 of file ppp_generic.c.
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.
struct compressor* rcomp |
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.
struct ppp_link_stats stats64 |
Definition at line 151 of file ppp_generic.c.
unsigned int term_retries |
Definition at line 79 of file hdlc_ppp.c.
struct slcompress* vj |
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.
struct compressor* xcomp |
Definition at line 129 of file ppp_generic.c.
Definition at line 128 of file ppp_generic.c.
unsigned int xstate |
Definition at line 123 of file ppp_generic.c.