Lines Matching defs:vcc
24 struct atm_vcc *vcc; /* control VCC; NULL if detached */ member
42 static int atmtcp_send_control(struct atm_vcc *vcc,int type, in atmtcp_send_control()
90 struct atm_vcc *vcc = *(struct atm_vcc **) &msg->vcc; in atmtcp_recv_control() local
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() local
191 static int atmtcp_v_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_v_send()
246 static void atmtcp_c_close(struct atm_vcc *vcc) in atmtcp_c_close()
266 struct atm_vcc *vcc; in find_vcc() local
284 static int atmtcp_c_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_c_send()
384 static int atmtcp_attach(struct atm_vcc *vcc,int itf) in atmtcp_attach()
448 struct atm_vcc *vcc = ATM_SD(sock); in atmtcp_ioctl() local