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,
47 struct atm_vcc *out_vcc;
69 *(struct atm_vcc **) &new_msg->vcc = vcc;
91 struct atm_vcc *vcc = *(struct atm_vcc **) &msg->vcc;
120 static int atmtcp_v_open(struct atm_vcc *vcc)
144 static void atmtcp_v_close(struct atm_vcc *vcc)
160 struct atm_vcc *vcc;
191 static int atmtcp_v_send(struct atm_vcc *vcc,struct sk_buff *skb)
194 struct atm_vcc *out_vcc=NULL; /* Initializer quietens GCC warning */
246 static void atmtcp_c_close(struct atm_vcc *vcc)
263 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci)
266 struct atm_vcc *vcc;
283 static int atmtcp_c_send(struct atm_vcc *vcc,struct sk_buff *skb)
287 struct atm_vcc *out_vcc;
384 static int atmtcp_attach(struct atm_vcc *vcc,int itf)
454 struct atm_vcc *vcc = ATM_SD(sock);