Home
last modified time | relevance | path

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

/linux-6.14.4/net/unix/
Daf_unix.c819 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
895 .compat_ioctl = unix_compat_ioctl,
920 .compat_ioctl = unix_compat_ioctl,
944 .compat_ioctl = unix_compat_ioctl,
3198 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_compat_ioctl() function