Searched refs:svc_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | svc.c | 583 static int svc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in svc_ioctl() function 623 return svc_ioctl(sock, cmd, arg); in svc_compat_ioctl() 640 .ioctl = svc_ioctl,
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | svc.c | 588 static int svc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in svc_ioctl() function 628 return svc_ioctl(sock, cmd, arg); in svc_compat_ioctl() 645 .ioctl = svc_ioctl,
|
Completed in 2 milliseconds