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