Lines Matching refs:br2684_vcc
66 struct br2684_vcc {
113 static inline struct br2684_vcc *BR2684_VCC(const struct atm_vcc *atmvcc)
115 return (struct br2684_vcc *)(atmvcc->user_back);
118 static inline struct br2684_vcc *list_entry_brvcc(const struct list_head *le)
120 return list_entry(le, struct br2684_vcc, brvccs);
153 struct br2684_vcc *brvcc;
187 struct br2684_vcc *brvcc = BR2684_VCC(vcc);
203 struct br2684_vcc *brvcc)
276 struct br2684_vcc *brvcc = BR2684_VCC(atmvcc);
285 static inline struct br2684_vcc *pick_outgoing_vcc(const struct sk_buff *skb,
295 struct br2684_vcc *brvcc;
362 struct br2684_vcc *brvcc;
391 packet_fails_filter(__be16 type, struct br2684_vcc *brvcc, struct sk_buff *skb)
409 static void br2684_close_vcc(struct br2684_vcc *brvcc)
425 struct br2684_vcc *brvcc = BR2684_VCC(atmvcc);
533 struct br2684_vcc *brvcc;
541 brvcc = kzalloc(sizeof(struct br2684_vcc), GFP_KERNEL);
790 const struct br2684_vcc *brvcc;
843 struct br2684_vcc *brvcc;