Home
last modified time | relevance | path

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

/openbmc/linux/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.c631 .ioctl = pppox_ioctl,
H A Dpppoe.c1134 .ioctl = pppox_ioctl,
/openbmc/linux/include/linux/
H A Dif_pppox.h80 extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
/openbmc/linux/net/l2tp/
H A Dl2tp_ppp.c1666 .ioctl = pppox_ioctl,