Lines Matching defs:pos
25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos)
29 return seq_list_start_head(&x25_route_list, *pos);
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos)
34 return seq_list_next(v, &x25_route_list, pos);
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos)
64 return seq_hlist_start_head(&x25_list, *pos);
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos)
69 return seq_hlist_next(v, &x25_list, pos);
113 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos)
117 return seq_list_start_head(&x25_forward_list, *pos);
120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos)
122 return seq_list_next(v, &x25_forward_list, pos);