Lines Matching refs:ppp_file
79 struct ppp_file { struct
116 struct ppp_file file; /* stuff for read/write/poll 0 */
171 struct ppp_file file; /* stuff for read/write/poll */
256 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
281 static void init_ppp_file(struct ppp_file *pf, int kind);
396 struct ppp_file *pf = file->private_data; in ppp_release()
425 struct ppp_file *pf = file->private_data; in ppp_read()
495 struct ppp_file *pf = file->private_data; in ppp_write()
534 struct ppp_file *pf = file->private_data; in ppp_poll()
616 struct ppp_file *pf; in ppp_ioctl()
857 struct ppp_file *pf; in ppp_compat_ioctl()
918 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
3178 init_ppp_file(struct ppp_file *pf, int kind) in init_ppp_file()