Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc_ppp.c102 static int ppp_ioctl(struct net_device *dev, struct ifreq *ifr);
652 .ioctl = ppp_ioctl,
661 static int ppp_ioctl(struct net_device *dev, struct ifreq *ifr) in ppp_ioctl() function
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc_ppp.c103 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs);
649 .ioctl = ppp_ioctl,
658 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs) in ppp_ioctl() function
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_generic.c614 static long ppp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ppp_ioctl() function
912 err = ppp_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in ppp_compat_ioctl()
985 .unlocked_ioctl = ppp_ioctl,
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c699 static long ppp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ppp_ioctl() function
1023 err = ppp_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in ppp_compat_ioctl()
1096 .unlocked_ioctl = ppp_ioctl,

Completed in 11 milliseconds