Home
last modified time | relevance | path

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

/Linux-v6.6/net/unix/
Daf_unix.c768 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
857 .compat_ioctl = unix_compat_ioctl,
882 .compat_ioctl = unix_compat_ioctl,
906 .compat_ioctl = unix_compat_ioctl,
3061 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_compat_ioctl() function