Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/net/ipv4/
Dudplite.c92 .seq_ops = {
Dudp.c2044 err = seq_open_net(inode, file, &afinfo->seq_ops, in udp_seq_open()
2062 afinfo->seq_ops.start = udp_seq_start; in udp_proc_register()
2063 afinfo->seq_ops.next = udp_seq_next; in udp_proc_register()
2064 afinfo->seq_ops.stop = udp_seq_stop; in udp_proc_register()
2131 .seq_ops = {
Dtcp_ipv4.c2364 err = seq_open_net(inode, file, &afinfo->seq_ops, in tcp_seq_open()
2381 afinfo->seq_ops.start = tcp_seq_start; in tcp_proc_register()
2382 afinfo->seq_ops.next = tcp_seq_next; in tcp_proc_register()
2383 afinfo->seq_ops.stop = tcp_seq_stop; in tcp_proc_register()
2547 .seq_ops = {
/linux-3.4.99/net/ipv6/
Dudplite.c111 .seq_ops = {
Dudp.c1447 .seq_ops = {
Dtcp_ipv6.c2066 .seq_ops = {
/linux-3.4.99/include/net/
Dudp.h248 struct seq_operations seq_ops; member
Dtcp.h1430 struct seq_operations seq_ops; member
/linux-3.4.99/kernel/trace/
Dtrace_events.c497 const struct seq_operations *seq_ops; in ftrace_event_seq_open() local
503 seq_ops = inode->i_private; in ftrace_event_seq_open()
504 return seq_open(file, seq_ops); in ftrace_event_seq_open()
/linux-3.4.99/fs/nfs/
Dnfs4proc.c5756 const struct rpc_call_ops *seq_ops) in _nfs41_proc_sequence() argument
5766 .callback_ops = seq_ops, in _nfs41_proc_sequence()