Linux Kernel
3.7.1
|
#include <isdn_ppp.h>
Data Fields | |
struct ippp_struct * | next_link |
int | state |
spinlock_t | buflock |
struct ippp_buf_queue | rq [NUM_RCV_BUFFS] |
struct ippp_buf_queue * | first |
struct ippp_buf_queue * | last |
wait_queue_head_t | wq |
struct task_struct * | tk |
unsigned int | mpppcfg |
unsigned int | pppcfg |
unsigned int | mru |
unsigned int | mpmru |
unsigned int | mpmtu |
unsigned int | maxcid |
struct isdn_net_local_s * | lp |
int | unit |
int | minor |
unsigned int | last_link_seqno |
long | mp_seqno |
unsigned long | debug |
struct isdn_ppp_compressor * | compressor |
struct isdn_ppp_compressor * | decompressor |
struct isdn_ppp_compressor * | link_compressor |
struct isdn_ppp_compressor * | link_decompressor |
void * | decomp_stat |
void * | comp_stat |
void * | link_decomp_stat |
void * | link_comp_stat |
struct ippp_ccp_reset * | reset |
unsigned long | compflags |
Definition at line 158 of file isdn_ppp.h.
spinlock_t buflock |
Definition at line 161 of file isdn_ppp.h.
void * comp_stat |
Definition at line 190 of file isdn_ppp.h.
unsigned long compflags |
Definition at line 192 of file isdn_ppp.h.
Definition at line 188 of file isdn_ppp.h.
unsigned long debug |
Definition at line 187 of file isdn_ppp.h.
void* decomp_stat |
Definition at line 190 of file isdn_ppp.h.
struct isdn_ppp_compressor * decompressor |
Definition at line 188 of file isdn_ppp.h.
struct ippp_buf_queue* first |
Definition at line 163 of file isdn_ppp.h.
struct ippp_buf_queue* last |
Definition at line 164 of file isdn_ppp.h.
unsigned int last_link_seqno |
Definition at line 176 of file isdn_ppp.h.
void * link_comp_stat |
Definition at line 190 of file isdn_ppp.h.
struct isdn_ppp_compressor* link_compressor |
Definition at line 189 of file isdn_ppp.h.
void * link_decomp_stat |
Definition at line 190 of file isdn_ppp.h.
struct isdn_ppp_compressor * link_decompressor |
Definition at line 189 of file isdn_ppp.h.
Definition at line 173 of file isdn_ppp.h.
unsigned int maxcid |
Definition at line 172 of file isdn_ppp.h.
int minor |
Definition at line 175 of file isdn_ppp.h.
long mp_seqno |
Definition at line 177 of file isdn_ppp.h.
unsigned int mpmru |
Definition at line 170 of file isdn_ppp.h.
unsigned int mpmtu |
Definition at line 171 of file isdn_ppp.h.
unsigned int mpppcfg |
Definition at line 167 of file isdn_ppp.h.
unsigned int mru |
Definition at line 169 of file isdn_ppp.h.
struct ippp_struct* next_link |
Definition at line 159 of file isdn_ppp.h.
unsigned int pppcfg |
Definition at line 168 of file isdn_ppp.h.
struct ippp_ccp_reset* reset |
Definition at line 191 of file isdn_ppp.h.
Definition at line 162 of file isdn_ppp.h.
Definition at line 160 of file isdn_ppp.h.
struct task_struct* tk |
Definition at line 166 of file isdn_ppp.h.
int unit |
Definition at line 174 of file isdn_ppp.h.
Definition at line 165 of file isdn_ppp.h.