Lines Matching defs:br2684_vcc
65 struct br2684_vcc { struct
66 struct atm_vcc *atmvcc;
67 struct net_device *device;
69 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb);
70 void (*old_pop)(struct atm_vcc *vcc, struct sk_buff *skb);
71 void (*old_release_cb)(struct atm_vcc *vcc);
72 struct module *old_owner;
73 enum br2684_encaps encaps;
74 struct list_head brvccs;
76 struct br2684_filter filter;
78 unsigned int copies_needed, copies_failed;
79 atomic_t qspace;