sctp_timer_tbl    147 net/sctp/debug.c static const char *const sctp_timer_tbl[] = {
sctp_timer_tbl    164 net/sctp/debug.c 	BUILD_BUG_ON(SCTP_EVENT_TIMEOUT_MAX + 1 != ARRAY_SIZE(sctp_timer_tbl));
sctp_timer_tbl    166 net/sctp/debug.c 	if (id.timeout < ARRAY_SIZE(sctp_timer_tbl))
sctp_timer_tbl    167 net/sctp/debug.c 		return sctp_timer_tbl[id.timeout];