Lines Matching refs:atm_vcc
17 extern int atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */
24 struct atm_vcc *vcc; /* control VCC; NULL if detached */
42 static int atmtcp_send_control(struct atm_vcc *vcc,int type, in atmtcp_send_control()
46 struct atm_vcc *out_vcc; in atmtcp_send_control()
68 *(struct atm_vcc **) &new_msg->vcc = vcc; in atmtcp_send_control()
90 struct atm_vcc *vcc = *(struct atm_vcc **) &msg->vcc; in atmtcp_recv_control()
119 static int atmtcp_v_open(struct atm_vcc *vcc) in atmtcp_v_open()
143 static void atmtcp_v_close(struct atm_vcc *vcc) in atmtcp_v_close()
159 struct atm_vcc *vcc; in atmtcp_v_ioctl()
190 static int atmtcp_v_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_v_send()
193 struct atm_vcc *out_vcc=NULL; /* Initializer quietens GCC warning */ in atmtcp_v_send()
245 static void atmtcp_c_close(struct atm_vcc *vcc) in atmtcp_c_close()
262 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc()
265 struct atm_vcc *vcc; in find_vcc()
282 static int atmtcp_c_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_c_send()
286 struct atm_vcc *out_vcc; in atmtcp_c_send()
383 static int atmtcp_attach(struct atm_vcc *vcc,int itf) in atmtcp_attach()
447 struct atm_vcc *vcc = ATM_SD(sock); in atmtcp_ioctl()