Home
last modified time | relevance | path

Searched refs:SCTP_NUM_PRIMITIVE_TYPES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sctp/
H A Ddebug.c117 static const char *const sctp_primitive_tbl[SCTP_NUM_PRIMITIVE_TYPES] = {
H A Dsm_statetable.c34 primitive_event_table[SCTP_NUM_PRIMITIVE_TYPES][SCTP_STATE_NUM_STATES];
707 primitive_event_table[SCTP_NUM_PRIMITIVE_TYPES][SCTP_STATE_NUM_STATES] = {
/openbmc/linux/include/net/sctp/
H A Dconstants.h108 #define SCTP_NUM_PRIMITIVE_TYPES (SCTP_EVENT_PRIMITIVE_MAX + 1) macro