Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dbr2684.c66 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()
[all …]