Home
last modified time | relevance | path

Searched refs:br2684_vcc (Results 1 – 1 of 1) sorted by relevance

/net/atm/
Dbr2684.c65 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()
[all …]