Linux Kernel
3.7.1
|
Data Fields | |
struct tty_struct * | tty |
unsigned int | flags |
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 |
unsigned long | last_xmit |
struct sk_buff_head | rqueue |
struct tasklet_struct | tsk |
atomic_t | refcnt |
struct completion | dead_cmp |
struct ppp_channel | chan |
Definition at line 55 of file ppp_synctty.c.
unsigned int bytes_rcvd |
Definition at line 66 of file ppp_synctty.c.
unsigned int bytes_sent |
Definition at line 65 of file ppp_synctty.c.
Definition at line 77 of file ppp_synctty.c.
struct completion dead_cmp |
Definition at line 76 of file ppp_synctty.c.
unsigned int flags |
Definition at line 57 of file ppp_synctty.c.
unsigned long last_xmit |
Definition at line 69 of file ppp_synctty.c.
int mru |
Definition at line 59 of file ppp_synctty.c.
u32 raccm |
Definition at line 64 of file ppp_synctty.c.
unsigned int rbits |
Definition at line 58 of file ppp_synctty.c.
spinlock_t recv_lock |
Definition at line 61 of file ppp_synctty.c.
atomic_t refcnt |
Definition at line 75 of file ppp_synctty.c.
struct sk_buff_head rqueue |
Definition at line 71 of file ppp_synctty.c.
Definition at line 68 of file ppp_synctty.c.
struct tasklet_struct tsk |
Definition at line 73 of file ppp_synctty.c.
struct tty_struct* tty |
Definition at line 56 of file ppp_synctty.c.
u32 xaccm[8] |
Definition at line 63 of file ppp_synctty.c.
unsigned long xmit_flags |
Definition at line 62 of file ppp_synctty.c.
spinlock_t xmit_lock |
Definition at line 60 of file ppp_synctty.c.