Lines Matching refs:ppp_file
80 struct ppp_file { struct
117 struct ppp_file file; /* stuff for read/write/poll 0 */
172 struct ppp_file file; /* stuff for read/write/poll */
259 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
284 static void init_ppp_file(struct ppp_file *pf, int kind);
401 struct ppp_file *pf = file->private_data; in ppp_release()
430 struct ppp_file *pf = file->private_data; in ppp_read()
509 struct ppp_file *pf = file->private_data; in ppp_write()
553 struct ppp_file *pf = file->private_data; in ppp_poll()
718 struct ppp_file *pf; in ppp_ioctl()
985 struct ppp_file *pf; in ppp_compat_ioctl()
1046 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
3369 init_ppp_file(struct ppp_file *pf, int kind) in init_ppp_file()