Lines Matching defs:seq
30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
56 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop()
62 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
117 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop()
123 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show()
148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
160 static void atalk_seq_socket_stop(struct seq_file *seq, void *v) in atalk_seq_socket_stop()
166 static int atalk_seq_socket_show(struct seq_file *seq, void *v) in atalk_seq_socket_show()