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 */
258 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
283 static void init_ppp_file(struct ppp_file *pf, int kind);
398 struct ppp_file *pf = file->private_data; in ppp_release()
427 struct ppp_file *pf = file->private_data; in ppp_read()
497 struct ppp_file *pf = file->private_data; in ppp_write()
536 struct ppp_file *pf = file->private_data; in ppp_poll()
701 struct ppp_file *pf; in ppp_ioctl()
968 struct ppp_file *pf; in ppp_compat_ioctl()
1029 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
3354 init_ppp_file(struct ppp_file *pf, int kind) in init_ppp_file()