Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dobjcnt.c61 static sctp_dbg_objcnt_entry_t sctp_dbg_objcnt[] = { variable
85 seq_printf(seq, "%s: %d", sctp_dbg_objcnt[i].label, in sctp_objcnt_seq_show()
86 atomic_read(sctp_dbg_objcnt[i].counter)); in sctp_objcnt_seq_show()
93 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos; in sctp_objcnt_seq_start()
103 return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos; in sctp_objcnt_seq_next()
DKconfig59 'cat /proc/net/sctp/sctp_dbg_objcnt'