Searched defs:ppp_file (Results 1 – 1 of 1) sorted by relevance
81 struct ppp_file { struct82 enum {84 } kind;85 struct sk_buff_head xq; /* pppd transmit queue */86 struct sk_buff_head rq; /* receive queue for pppd */87 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */88 refcount_t refcnt; /* # refs (incl /dev/ppp attached) */89 int hdrlen; /* space to leave for headers */90 int index; /* interface unit / channel number */91 int dead; /* unit/channel has been shut down */