Lines Matching refs:v

36 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos)  in atalk_seq_interface_next()  argument
41 if (v == SEQ_START_TOKEN) { in atalk_seq_interface_next()
47 i = v; in atalk_seq_interface_next()
53 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() argument
59 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() argument
63 if (v == SEQ_START_TOKEN) { in atalk_seq_interface_show()
69 iface = v; in atalk_seq_interface_show()
97 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() argument
102 if (v == SEQ_START_TOKEN) { in atalk_seq_route_next()
108 r = v; in atalk_seq_route_next()
114 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() argument
120 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() argument
124 if (v == SEQ_START_TOKEN) { in atalk_seq_route_show()
136 rt = v; in atalk_seq_route_show()
152 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next() argument
154 return seq_hlist_next(v, &atalk_sockets, pos); in atalk_seq_socket_next()
157 static void atalk_seq_socket_stop(struct seq_file *seq, void *v) in atalk_seq_socket_stop() argument
163 static int atalk_seq_socket_show(struct seq_file *seq, void *v) in atalk_seq_socket_show() argument
168 if (v == SEQ_START_TOKEN) { in atalk_seq_socket_show()
174 s = sk_entry(v); in atalk_seq_socket_show()