Home
last modified time | relevance | path

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

/Linux-v4.19/net/unix/
Daf_unix.c649 static int unix_ioctl(struct socket *, unsigned int, unsigned long);
690 .ioctl = unix_ioctl,
713 .ioctl = unix_ioctl,
735 .ioctl = unix_ioctl,
2610 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl() function