Searched refs:socksys_file_ops (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.c57 static struct file_operations socksys_file_ops = { variable in typeref:struct:file_operations
105 filp->f_op = &socksys_file_ops;
191 socksys_file_ops = *file->f_op;
193 sock_poll = socksys_file_ops.poll;
194 socksys_file_ops.poll = socksys_poll;
195 socksys_file_ops.release = socksys_release;

Completed in 85 milliseconds