Searched refs:vcc_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | common.h | 21 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
H A D | pvc.c | 117 .ioctl = vcc_ioctl,
|
H A D | ioctl.c | 218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() function
|
H A D | svc.c | 606 error = vcc_ioctl(sock, cmd, arg); in svc_ioctl()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | common.h | 21 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
H A D | pvc.c | 117 .ioctl = vcc_ioctl,
|
H A D | ioctl.c | 218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() function
|
H A D | svc.c | 611 error = vcc_ioctl(sock, cmd, arg); in svc_ioctl()
|
Completed in 6 milliseconds