Searched refs:x25_ioctl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ |
| D | hdlc_x25.c | 24 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr); 180 .ioctl = x25_ioctl, 187 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr) in x25_ioctl() function
|
| /Linux-v5.4/net/x25/ |
| D | af_x25.c | 1363 static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in x25_ioctl() function 1672 rc = x25_ioctl(sock, cmd, (unsigned long)argp); in compat_x25_ioctl() 1713 rc = x25_ioctl(sock, cmd, (unsigned long)argp); in compat_x25_ioctl() 1733 .ioctl = x25_ioctl,
|