Lines Matching refs:seq_file
17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start()
23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next()
28 static void ipx_seq_interface_stop(struct seq_file *seq, void *v) in ipx_seq_interface_stop()
33 static int ipx_seq_interface_show(struct seq_file *seq, void *v) in ipx_seq_interface_show()
63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) in ipx_seq_route_start()
69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_route_next()
74 static void ipx_seq_route_stop(struct seq_file *seq, void *v) in ipx_seq_route_stop()
79 static int ipx_seq_route_show(struct seq_file *seq, void *v) in ipx_seq_route_show()
127 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) in ipx_seq_socket_start()
135 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_socket_next()
177 static int ipx_seq_socket_show(struct seq_file *seq, void *v) in ipx_seq_socket_show()