Searched refs:sock_do_ioctl (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ |
D | socket.c | 865 static long sock_do_ioctl(struct net *net, struct socket *sock, in sock_do_ioctl() function 957 err = sock_do_ioctl(net, sock, cmd, arg); in sock_ioctl() 2567 err = sock_do_ioctl(net, sock, cmd, (unsigned long)&ktv); in do_siocgstamp() 2583 err = sock_do_ioctl(net, sock, cmd, (unsigned long)&kts); in do_siocgstampns() 2886 err = sock_do_ioctl(net, sock, cmd, (unsigned long)uifr); in dev_ifsioc() 3031 ret = sock_do_ioctl(net, sock, cmd, (unsigned long) r); in routing_ioctl() 3147 return sock_do_ioctl(net, sock, cmd, arg); in compat_sock_ioctl_trans()
|