Home
last modified time | relevance | path

Searched refs:pppox_ioctl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppox.c67 int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in pppox_ioctl() function
100 EXPORT_SYMBOL(pppox_ioctl);
108 return pppox_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in pppox_compat_ioctl()
H A Dpptp.c624 .ioctl = pppox_ioctl,
H A Dpppoe.c1116 .ioctl = pppox_ioctl,
/OK3568_Linux_fs/kernel/include/linux/
H A Dif_pppox.h82 extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ppp.c1658 .ioctl = pppox_ioctl,