Searched refs:do_bnep_sock_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | sock.c | 53 static int do_bnep_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_bnep_sock_ioctl() function 139 return do_bnep_sock_ioctl(sock, cmd, (void __user *)arg); in bnep_sock_ioctl() 168 return do_bnep_sock_ioctl(sock, cmd, argp); in bnep_sock_compat_ioctl()
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | sock.c | 52 static int do_bnep_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_bnep_sock_ioctl() function 138 return do_bnep_sock_ioctl(sock, cmd, (void __user *)arg); in bnep_sock_ioctl() 167 return do_bnep_sock_ioctl(sock, cmd, argp); in bnep_sock_compat_ioctl()
|
Completed in 2 milliseconds