Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c857 static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in rfcomm_sock_ioctl() function
882 return rfcomm_sock_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in rfcomm_sock_compat_ioctl()
1018 .ioctl = rfcomm_sock_ioctl,