Searched refs:isock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | sock.c | 56 struct socket *isock; in do_hidp_sock_ioctl() local 73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 74 if (!isock) { in do_hidp_sock_ioctl() 80 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl() 85 sockfd_put(isock); in do_hidp_sock_ioctl() 175 struct socket *isock; in hidp_sock_compat_ioctl() local 202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl() 203 if (!isock) { in hidp_sock_compat_ioctl() 208 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl() 213 sockfd_put(isock); in hidp_sock_compat_ioctl() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | sock.c | 57 struct socket *isock; in do_hidp_sock_ioctl() local 74 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 75 if (!isock) { in do_hidp_sock_ioctl() 81 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl() 86 sockfd_put(isock); in do_hidp_sock_ioctl() 176 struct socket *isock; in hidp_sock_compat_ioctl() local 203 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl() 204 if (!isock) { in hidp_sock_compat_ioctl() 209 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl() 214 sockfd_put(isock); in hidp_sock_compat_ioctl() [all...] |
Completed in 1 milliseconds