Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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,