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