Lines Matching +full:com +full:- +full:seq
1 // SPDX-License-Identifier: GPL-2.0-or-later
13 * lksctp developers <linux-sctp@vger.kernel.org>
16 * Jon Grimm <jgrimm@us.ibm.com>
62 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show() argument
67 seq_setwidth(seq, 127); in sctp_objcnt_seq_show()
68 seq_printf(seq, "%s: %d", sctp_dbg_objcnt[i].label, in sctp_objcnt_seq_show()
70 seq_pad(seq, '\n'); in sctp_objcnt_seq_show()
74 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start() argument
79 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop() argument
83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next() argument
102 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops); in sctp_dbg_objcnt_init()