Searched refs:x25_ioctl (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wan/ |
H A D | hdlc_x25.c | 27 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr); 183 .ioctl = x25_ioctl, 190 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr) x25_ioctl() function
|
/linux-4.1.27/net/x25/ |
H A D | af_x25.c | 1356 static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) x25_ioctl() function 1683 rc = x25_ioctl(sock, cmd, (unsigned long)argp); compat_x25_ioctl() 1736 rc = x25_ioctl(sock, cmd, (unsigned long)argp); compat_x25_ioctl() 1756 .ioctl = x25_ioctl,
|
Completed in 152 milliseconds