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()
275 struct br2684_vcc *brvcc = BR2684_VCC(atmvcc); in br2684_release_cb()
284 static inline struct br2684_vcc *pick_outgoing_vcc(const struct sk_buff *skb, in pick_outgoing_vcc()
294 struct br2684_vcc *brvcc; in br2684_start_xmit()
361 struct br2684_vcc *brvcc; in br2684_setfilt()
390 packet_fails_filter(__be16 type, struct br2684_vcc *brvcc, struct sk_buff *skb) in packet_fails_filter()
408 static void br2684_close_vcc(struct br2684_vcc *brvcc) in br2684_close_vcc()
424 struct br2684_vcc *brvcc = BR2684_VCC(atmvcc); in br2684_push()
532 struct br2684_vcc *brvcc; in br2684_regvcc()
540 brvcc = kzalloc(sizeof(struct br2684_vcc), GFP_KERNEL); in br2684_regvcc()
787 const struct br2684_vcc *brvcc; in br2684_seq_show()
840 struct br2684_vcc *brvcc; in br2684_exit()