Lines Matching defs:seq
30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
42 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop()
48 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
77 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop()
83 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show()
118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
130 static void x25_seq_forward_stop(struct seq_file *seq, void *v) in x25_seq_forward_stop()
136 static int x25_seq_forward_show(struct seq_file *seq, void *v) in x25_seq_forward_show()