Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dudplite.c91 .seq_ops = {
Dtcp_ipv4.c2095 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 = {
Dudp.c2392 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 = {
Dping.c1151 return seq_open_net(inode, file, &afinfo->seq_ops, in ping_seq_open()
1167 .seq_ops = {
/linux-4.4.14/net/ipv6/
Dudplite.c110 .seq_ops = {
Dping.c219 .seq_ops = {
Dudp.c1494 .seq_ops = {
Dtcp_ipv6.c1825 .seq_ops = {
/linux-4.4.14/include/net/
Dping.h91 const struct seq_operations seq_ops; member
Dudp.h310 struct seq_operations seq_ops; member
Dtcp.h1641 struct seq_operations seq_ops; member
/linux-4.4.14/kernel/trace/
Dtrace_events.c1875 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()
Dftrace.c4469 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/
Dbase.c2586 const struct seq_operations *seq_ops) in proc_id_map_open() argument
2603 ret = seq_open(file, seq_ops); in proc_id_map_open()