Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wan/
Dhdlc_x25.c32 static int x25_ioctl(struct net_device *dev, struct if_settings *ifs);
271 .ioctl = x25_ioctl,
277 static int x25_ioctl(struct net_device *dev, struct if_settings *ifs) in x25_ioctl() function
/Linux-v5.15/net/x25/
Daf_x25.c1368 static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in x25_ioctl() function
1677 rc = x25_ioctl(sock, cmd, (unsigned long)argp); in compat_x25_ioctl()
1718 rc = x25_ioctl(sock, cmd, (unsigned long)argp); in compat_x25_ioctl()
1738 .ioctl = x25_ioctl,