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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dudp.h166 struct seq_operations seq_ops; member in struct:udp_iter_state
H A Dtcp.h1292 struct seq_operations seq_ops; member in struct:tcp_iter_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dudp.c1612 s->seq_ops.start = udp_seq_start;
1613 s->seq_ops.next = udp_seq_next;
1614 s->seq_ops.show = afinfo->seq_show;
1615 s->seq_ops.stop = udp_seq_stop;
1617 rc = seq_open(file, &s->seq_ops);
H A Dtcp_ipv4.c2237 s->seq_ops.start = tcp_seq_start;
2238 s->seq_ops.next = tcp_seq_next;
2239 s->seq_ops.show = afinfo->seq_show;
2240 s->seq_ops.stop = tcp_seq_stop;
2242 rc = seq_open(file, &s->seq_ops);

Completed in 126 milliseconds