Home
last modified time | relevance | path

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

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