Searched refs:socksys_file_ops (Results 1 – 1 of 1) sorted by relevance
52 static struct file_operations socksys_file_ops = { variable97 filp->f_op = &socksys_file_ops; in socksys_open()192 socksys_file_ops = *file->f_op; in init_socksys()194 sock_poll = socksys_file_ops.poll; in init_socksys()195 socksys_file_ops.poll = socksys_poll; in init_socksys()196 socksys_file_ops.release = socksys_release; in init_socksys()