Home
last modified time | relevance | path

Searched defs:ppp_file (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ppp/
Dppp_generic.c80 struct ppp_file { struct
81 enum {
83 } kind;
84 struct sk_buff_head xq; /* pppd transmit queue */
85 struct sk_buff_head rq; /* receive queue for pppd */
86 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */
87 refcount_t refcnt; /* # refs (incl /dev/ppp attached) */
88 int hdrlen; /* space to leave for headers */
89 int index; /* interface unit / channel number */
90 int dead; /* unit/channel has been shut down */