Lines Matching refs:ppp_file
77 struct ppp_file { struct
114 struct ppp_file file; /* stuff for read/write/poll 0 */
169 struct ppp_file file; /* stuff for read/write/poll */
255 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
280 static void init_ppp_file(struct ppp_file *pf, int kind);
395 struct ppp_file *pf = file->private_data; in ppp_release()
424 struct ppp_file *pf = file->private_data; in ppp_read()
494 struct ppp_file *pf = file->private_data; in ppp_write()
530 struct ppp_file *pf = file->private_data; in ppp_poll()
695 struct ppp_file *pf; in ppp_ioctl()
962 struct ppp_file *pf; in ppp_compat_ioctl()
1023 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
3346 init_ppp_file(struct ppp_file *pf, int kind) in init_ppp_file()