Home
last modified time | relevance | path

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

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