Home
last modified time | relevance | path

Searched refs:sctp_dbg_objcnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sctp/
H A Dobjcnt.c45 static struct sctp_dbg_objcnt_entry sctp_dbg_objcnt[] = { variable
68 seq_printf(seq, "%s: %d", sctp_dbg_objcnt[i].label, in sctp_objcnt_seq_show()
69 atomic_read(sctp_dbg_objcnt[i].counter)); in sctp_objcnt_seq_show()
76 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos; in sctp_objcnt_seq_start()
86 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos; in sctp_objcnt_seq_next()
H A DKconfig49 'cat /proc/net/sctp/sctp_dbg_objcnt'