Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Daf_unix.c753 static int unix_ioctl(struct socket *, unsigned int, unsigned long);
844 .ioctl = unix_ioctl,
870 .ioctl = unix_ioctl,
895 .ioctl = unix_ioctl,
3104 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl() function
3148 return unix_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in unix_compat_ioctl()