Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/rfcomm/
Dsock.c861 static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in rfcomm_sock_ioctl() function
886 return rfcomm_sock_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in rfcomm_sock_compat_ioctl()
1022 .ioctl = rfcomm_sock_ioctl,