Searched refs:seq_ops (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 91 .seq_ops = {
|
D | tcp_ipv4.c | 2095 err = seq_open_net(inode, file, &afinfo->seq_ops, in tcp_seq_open() 2112 afinfo->seq_ops.start = tcp_seq_start; in tcp_proc_register() 2113 afinfo->seq_ops.next = tcp_seq_next; in tcp_proc_register() 2114 afinfo->seq_ops.stop = tcp_seq_stop; in tcp_proc_register() 2275 .seq_ops = {
|
D | udp.c | 2392 err = seq_open_net(inode, file, &afinfo->seq_ops, in udp_seq_open() 2410 afinfo->seq_ops.start = udp_seq_start; in udp_proc_register() 2411 afinfo->seq_ops.next = udp_seq_next; in udp_proc_register() 2412 afinfo->seq_ops.stop = udp_seq_stop; in udp_proc_register() 2480 .seq_ops = {
|
D | ping.c | 1151 return seq_open_net(inode, file, &afinfo->seq_ops, in ping_seq_open() 1167 .seq_ops = {
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 110 .seq_ops = {
|
D | ping.c | 219 .seq_ops = {
|
D | udp.c | 1494 .seq_ops = {
|
D | tcp_ipv6.c | 1825 .seq_ops = {
|
/linux-4.4.14/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 | 1641 struct seq_operations seq_ops; member
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 1875 const struct seq_operations *seq_ops) in ftrace_event_open() argument 1880 ret = seq_open(file, seq_ops); in ftrace_event_open() 1902 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 1904 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 1910 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 1921 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open() 1930 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local 1941 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
|
D | ftrace.c | 4469 const struct seq_operations *seq_ops; member 4551 ret = seq_open(file, fgd->seq_ops); in __ftrace_graph_open() 4577 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 4597 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 2586 const struct seq_operations *seq_ops) in proc_id_map_open() argument 2603 ret = seq_open(file, seq_ops); in proc_id_map_open()
|