Home
last modified time | relevance | path

Searched refs:csock (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/bluetooth/hidp/
Dsock.c56 struct socket *csock; in hidp_sock_ioctl() local
70 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_ioctl()
71 if (!csock) in hidp_sock_ioctl()
76 sockfd_put(csock); in hidp_sock_ioctl()
80 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_ioctl()
84 sockfd_put(csock); in hidp_sock_ioctl()