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