Lines Matching refs:v
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next() argument
44 if (v == SEQ_START_TOKEN) { in atalk_seq_interface_next()
50 i = v; in atalk_seq_interface_next()
56 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() argument
62 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() argument
66 if (v == SEQ_START_TOKEN) { in atalk_seq_interface_show()
72 iface = v; in atalk_seq_interface_show()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() argument
105 if (v == SEQ_START_TOKEN) { in atalk_seq_route_next()
111 r = v; in atalk_seq_route_next()
117 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() argument
123 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() argument
127 if (v == SEQ_START_TOKEN) { in atalk_seq_route_show()
139 rt = v; in atalk_seq_route_show()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next() argument
157 return seq_hlist_next(v, &atalk_sockets, pos); in atalk_seq_socket_next()
160 static void atalk_seq_socket_stop(struct seq_file *seq, void *v) in atalk_seq_socket_stop() argument
166 static int atalk_seq_socket_show(struct seq_file *seq, void *v) in atalk_seq_socket_show() argument
171 if (v == SEQ_START_TOKEN) { in atalk_seq_socket_show()
177 s = sk_entry(v); in atalk_seq_socket_show()