Lines Matching refs:br2684_vcc
65 struct br2684_vcc { struct
112 static inline struct br2684_vcc *BR2684_VCC(const struct atm_vcc *atmvcc) in BR2684_VCC()
114 return (struct br2684_vcc *)(atmvcc->user_back); in BR2684_VCC()
117 static inline struct br2684_vcc *list_entry_brvcc(const struct list_head *le) in list_entry_brvcc()
119 return list_entry(le, struct br2684_vcc, brvccs); in list_entry_brvcc()
152 struct br2684_vcc *brvcc; in atm_dev_event()
186 struct br2684_vcc *brvcc = BR2684_VCC(vcc); in br2684_pop()
202 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()
788 const struct br2684_vcc *brvcc; in br2684_seq_show()
857 struct br2684_vcc *brvcc; in br2684_exit()