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