Lines Matching defs:vcc
25 struct atm_vcc *vcc; /* control VCC; NULL if detached */ member
43 static int atmtcp_send_control(struct atm_vcc *vcc,int type, in atmtcp_send_control()
91 struct atm_vcc *vcc = *(struct atm_vcc **) &msg->vcc; in atmtcp_recv_control() local
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() 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
283 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()
454 struct atm_vcc *vcc = ATM_SD(sock); in atmtcp_ioctl() local