Lines Matching refs:atm_vcc
18 extern int atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */
25 struct atm_vcc *vcc; /* control VCC; NULL if detached */
43 static int atmtcp_send_control(struct atm_vcc *vcc,int type, in atmtcp_send_control()
47 struct atm_vcc *out_vcc; in atmtcp_send_control()
69 *(struct atm_vcc **) &new_msg->vcc = vcc; in atmtcp_send_control()
91 struct atm_vcc *vcc = *(struct atm_vcc **) &msg->vcc; in atmtcp_recv_control()
120 static int atmtcp_v_open(struct atm_vcc *vcc) in atmtcp_v_open()
144 static void atmtcp_v_close(struct atm_vcc *vcc) in atmtcp_v_close()
160 struct atm_vcc *vcc; in atmtcp_v_ioctl()
191 static int atmtcp_v_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_v_send()
194 struct atm_vcc *out_vcc=NULL; /* Initializer quietens GCC warning */ in atmtcp_v_send()
246 static void atmtcp_c_close(struct atm_vcc *vcc) in atmtcp_c_close()
263 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc()
266 struct atm_vcc *vcc; in find_vcc()
283 static int atmtcp_c_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_c_send()
287 struct atm_vcc *out_vcc; in atmtcp_c_send()
384 static int atmtcp_attach(struct atm_vcc *vcc,int itf) in atmtcp_attach()
454 struct atm_vcc *vcc = ATM_SD(sock); in atmtcp_ioctl()