Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c760 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
849 .compat_ioctl = unix_compat_ioctl,
874 .compat_ioctl = unix_compat_ioctl,
898 .compat_ioctl = unix_compat_ioctl,
3080 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_compat_ioctl() function