Searched refs:do_vcc_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | ioctl.c | 51 static int do_vcc_ioctl(struct socket *sock, unsigned int cmd, in do_vcc_ioctl() function 220 return do_vcc_ioctl(sock, cmd, arg, 0); in vcc_ioctl() 359 ret = do_vcc_ioctl(sock, cmd, arg, 1); in vcc_compat_ioctl()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | ioctl.c | 51 static int do_vcc_ioctl(struct socket *sock, unsigned int cmd, in do_vcc_ioctl() function 220 return do_vcc_ioctl(sock, cmd, arg, 0); in vcc_ioctl() 359 ret = do_vcc_ioctl(sock, cmd, arg, 1); in vcc_compat_ioctl()
|
Completed in 1 milliseconds