Searched refs:do_vcc_ioctl (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/net/atm/ |
D | ioctl.c | 50 static int do_vcc_ioctl(struct socket *sock, unsigned int cmd, in do_vcc_ioctl() function 190 return do_vcc_ioctl(sock, cmd, arg, 0); in vcc_ioctl() 267 err = do_vcc_ioctl(sock, cmd, (unsigned long) iobuf, 0); in do_atm_iobuf() 297 err = do_vcc_ioctl(sock, cmd, (unsigned long) sioc, 0); in do_atmif_sioc() 365 ret = do_vcc_ioctl(sock, cmd, arg, 1); in vcc_compat_ioctl()
|