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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dudplite.c80 .seq_ops = {
H A Dtcp_ipv4.c2344 err = seq_open_net(inode, file, &afinfo->seq_ops,
2365 afinfo->seq_ops.start = tcp_seq_start;
2366 afinfo->seq_ops.next = tcp_seq_next;
2367 afinfo->seq_ops.stop = tcp_seq_stop;
2525 .seq_ops = {
H A Dudp.c1985 err = seq_open_net(inode, file, &afinfo->seq_ops,
2007 afinfo->seq_ops.start = udp_seq_start;
2008 afinfo->seq_ops.next = udp_seq_next;
2009 afinfo->seq_ops.stop = udp_seq_stop;
2070 .seq_ops = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dudplite.c102 .seq_ops = {
H A Dudp.c1427 .seq_ops = {
H A Dtcp_ipv6.c2112 .seq_ops = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dudp.h224 struct seq_operations seq_ops; member in struct:udp_seq_afinfo
H A Dtcp.h1368 struct seq_operations seq_ops; member in struct:tcp_seq_afinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events.c452 const struct seq_operations *seq_ops; local
458 seq_ops = inode->i_private;
459 return seq_open(file, seq_ops);

Completed in 105 milliseconds