Lines Matching defs:seq
25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop()
43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show()
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop()
78 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show()
112 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
119 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
124 static void x25_seq_forward_stop(struct seq_file *seq, void *v) in x25_seq_forward_stop()
130 static int x25_seq_forward_show(struct seq_file *seq, void *v) in x25_seq_forward_show()