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

/linux-4.4.14/net/
H A Dsocket.c123 static long sock_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
146 .unlocked_ioctl = sock_ioctl,
886 static long sock_ioctl(struct file *file, unsigned cmd, unsigned long arg) sock_ioctl() function
3097 return sock_ioctl(file, cmd, arg); compat_sock_ioctl_trans()

Completed in 49 milliseconds