Searched refs:seq_ops (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | udplite.c | 91 .seq_ops = {
|
D | tcp_ipv4.c | 2127 err = seq_open_net(inode, file, &afinfo->seq_ops, in tcp_seq_open() 2144 afinfo->seq_ops.start = tcp_seq_start; in tcp_proc_register() 2145 afinfo->seq_ops.next = tcp_seq_next; in tcp_proc_register() 2146 afinfo->seq_ops.stop = tcp_seq_stop; in tcp_proc_register() 2310 .seq_ops = {
|
D | udp.c | 2377 err = seq_open_net(inode, file, &afinfo->seq_ops, in udp_seq_open() 2395 afinfo->seq_ops.start = udp_seq_start; in udp_proc_register() 2396 afinfo->seq_ops.next = udp_seq_next; in udp_proc_register() 2397 afinfo->seq_ops.stop = udp_seq_stop; in udp_proc_register() 2465 .seq_ops = {
|
D | ping.c | 1150 return seq_open_net(inode, file, &afinfo->seq_ops, in ping_seq_open() 1166 .seq_ops = {
|
/linux-4.1.27/net/ipv6/ |
D | udplite.c | 110 .seq_ops = {
|
D | ping.c | 219 .seq_ops = {
|
D | udp.c | 1493 .seq_ops = {
|
D | tcp_ipv6.c | 1805 .seq_ops = {
|
/linux-4.1.27/include/net/ |
D | ping.h | 91 const struct seq_operations seq_ops; member
|
D | udp.h | 310 struct seq_operations seq_ops; member
|
D | tcp.h | 1566 struct seq_operations seq_ops; member
|
/linux-4.1.27/kernel/trace/ |
D | trace_events.c | 1409 const struct seq_operations *seq_ops) in ftrace_event_open() argument 1414 ret = seq_open(file, seq_ops); in ftrace_event_open() 1436 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 1438 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 1444 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 1455 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
|
D | ftrace.c | 4452 const struct seq_operations *seq_ops; member 4534 ret = seq_open(file, fgd->seq_ops); in __ftrace_graph_open() 4560 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 4580 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
|
/linux-4.1.27/fs/proc/ |
D | base.c | 2400 const struct seq_operations *seq_ops) in proc_id_map_open() argument 2417 ret = seq_open(file, seq_ops); in proc_id_map_open()
|