Linux Kernel
3.7.1
|
Data Fields | |
struct tty_struct * | tty |
unsigned int | flags |
unsigned int | state |
unsigned int | rbits |
int | mru |
spinlock_t | xmit_lock |
spinlock_t | recv_lock |
unsigned long | xmit_flags |
u32 | xaccm [8] |
u32 | raccm |
unsigned int | bytes_sent |
unsigned int | bytes_rcvd |
struct sk_buff * | tpkt |
int | tpkt_pos |
u16 | tfcs |
unsigned char * | optr |
unsigned char * | olim |
unsigned long | last_xmit |
struct sk_buff * | rpkt |
int | lcp_fcs |
struct sk_buff_head | rqueue |
struct tasklet_struct | tsk |
atomic_t | refcnt |
struct semaphore | dead_sem |
struct ppp_channel | chan |
unsigned char | obuf [OBUFSIZE] |
Definition at line 45 of file ppp_async.c.
unsigned int bytes_rcvd |
Definition at line 57 of file ppp_async.c.
unsigned int bytes_sent |
Definition at line 56 of file ppp_async.c.
Definition at line 74 of file ppp_async.c.
Definition at line 73 of file ppp_async.c.
unsigned int flags |
Definition at line 47 of file ppp_async.c.
unsigned long last_xmit |
Definition at line 64 of file ppp_async.c.
int lcp_fcs |
Definition at line 67 of file ppp_async.c.
int mru |
Definition at line 50 of file ppp_async.c.
Definition at line 75 of file ppp_async.c.
unsigned char* olim |
Definition at line 63 of file ppp_async.c.
unsigned char* optr |
Definition at line 62 of file ppp_async.c.
u32 raccm |
Definition at line 55 of file ppp_async.c.
unsigned int rbits |
Definition at line 49 of file ppp_async.c.
spinlock_t recv_lock |
Definition at line 52 of file ppp_async.c.
atomic_t refcnt |
Definition at line 72 of file ppp_async.c.
Definition at line 66 of file ppp_async.c.
struct sk_buff_head rqueue |
Definition at line 68 of file ppp_async.c.
Definition at line 48 of file ppp_async.c.
u16 tfcs |
Definition at line 61 of file ppp_async.c.
Definition at line 59 of file ppp_async.c.
int tpkt_pos |
Definition at line 60 of file ppp_async.c.
struct tasklet_struct tsk |
Definition at line 70 of file ppp_async.c.
struct tty_struct* tty |
Definition at line 46 of file ppp_async.c.
u32 xaccm[8] |
Definition at line 54 of file ppp_async.c.
unsigned long xmit_flags |
Definition at line 53 of file ppp_async.c.
spinlock_t xmit_lock |
Definition at line 51 of file ppp_async.c.