Searched defs:ppp_file (Results 1 – 1 of 1) sorted by relevance
91 struct ppp_file { struct92 enum {94 } kind;95 struct sk_buff_head xq; /* pppd transmit queue */96 struct sk_buff_head rq; /* receive queue for pppd */97 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */98 refcount_t refcnt; /* # refs (incl /dev/ppp attached) */99 int hdrlen; /* space to leave for headers */100 int index; /* interface unit / channel number */101 int dead; /* unit/channel has been shut down */