Searched defs:pppoatm_vcc (Results 1 – 1 of 1) sorted by relevance
59 struct pppoatm_vcc { struct60 struct atm_vcc *atmvcc; /* VCC descriptor */61 void (*old_push)(struct atm_vcc *, struct sk_buff *);62 void (*old_pop)(struct atm_vcc *, struct sk_buff *);63 void (*old_release_cb)(struct atm_vcc *);64 struct module *old_owner;66 enum pppoatm_encaps encaps;67 atomic_t inflight;68 unsigned long blocked;92 static inline struct pppoatm_vcc *atmvcc_to_pvcc(const struct atm_vcc *atmvcc) in atmvcc_to_pvcc() argument