Lines Matching refs:ppp_file
78 struct ppp_file { struct
103 struct ppp_file file; /* stuff for read/write/poll 0 */ argument
157 struct ppp_file file; /* stuff for read/write/poll */
236 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
261 static void init_ppp_file(struct ppp_file *pf, int kind);
376 struct ppp_file *pf = file->private_data; in ppp_release()
403 struct ppp_file *pf = file->private_data; in ppp_read()
466 struct ppp_file *pf = file->private_data; in ppp_write()
503 struct ppp_file *pf = file->private_data; in ppp_poll()
558 struct ppp_file *pf = file->private_data; in ppp_ioctl()
790 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
2666 init_ppp_file(struct ppp_file *pf, int kind) in init_ppp_file()