Home
last modified time | relevance | path

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

/Linux-v6.6/net/
Dsocket.c125 static long sock_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
160 .unlocked_ioctl = sock_ioctl,
1247 static long sock_ioctl(struct file *file, unsigned cmd, unsigned long arg) in sock_ioctl() function
3394 return sock_ioctl(file, cmd, (unsigned long)argp); in compat_sock_ioctl_trans()
3428 return sock_ioctl(file, cmd, arg); in compat_sock_ioctl_trans()