Lines Matching refs:v
59 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show() argument
146 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop() argument
151 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next() argument
161 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show() argument
166 int hash = *(loff_t *)v; in sctp_eps_seq_show()
212 static void sctp_transport_seq_stop(struct seq_file *seq, void *v) in sctp_transport_seq_stop() argument
216 if (v && v != SEQ_START_TOKEN) { in sctp_transport_seq_stop()
217 struct sctp_transport *transport = v; in sctp_transport_seq_stop()
225 static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_transport_seq_next() argument
229 if (v && v != SEQ_START_TOKEN) { in sctp_transport_seq_next()
230 struct sctp_transport *transport = v; in sctp_transport_seq_next()
241 static int sctp_assocs_seq_show(struct seq_file *seq, void *v) in sctp_assocs_seq_show() argument
248 if (v == SEQ_START_TOKEN) { in sctp_assocs_seq_show()
257 transport = (struct sctp_transport *)v; in sctp_assocs_seq_show()
300 static int sctp_remaddr_seq_show(struct seq_file *seq, void *v) in sctp_remaddr_seq_show() argument
305 if (v == SEQ_START_TOKEN) { in sctp_remaddr_seq_show()
311 transport = (struct sctp_transport *)v; in sctp_remaddr_seq_show()