Lines Matching refs:atm_vcc
66 struct atm_vcc *atmvcc;
69 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb);
70 void (*old_pop)(struct atm_vcc *vcc, struct sk_buff *skb);
71 void (*old_release_cb)(struct atm_vcc *vcc);
112 static inline struct br2684_vcc *BR2684_VCC(const struct atm_vcc *atmvcc) in BR2684_VCC()
153 struct atm_vcc *atm_vcc; in atm_dev_event() local
163 atm_vcc = brvcc->atmvcc; in atm_dev_event()
164 if (atm_vcc && brvcc->atmvcc->dev == atm_dev) { in atm_dev_event()
166 if (atm_vcc->dev->signal == ATM_PHY_SIG_LOST) in atm_dev_event()
184 static void br2684_pop(struct atm_vcc *vcc, struct sk_buff *skb) in br2684_pop()
205 struct atm_vcc *atmvcc; in br2684_xmit_vcc()
273 static void br2684_release_cb(struct atm_vcc *atmvcc) in br2684_release_cb()
295 struct atm_vcc *atmvcc; in br2684_start_xmit()
359 static int br2684_setfilt(struct atm_vcc *atmvcc, void __user * arg) in br2684_setfilt()
422 static void br2684_push(struct atm_vcc *atmvcc, struct sk_buff *skb) in br2684_push()
530 static int br2684_regvcc(struct atm_vcc *atmvcc, void __user * arg) in br2684_regvcc()
722 struct atm_vcc *atmvcc = ATM_SD(sock); in br2684_ioctl()