Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/sctp/
Dconstants.h107 #define SCTP_EVENT_PRIMITIVE_MAX SCTP_PRIMITIVE_RECONF macro
108 #define SCTP_NUM_PRIMITIVE_TYPES (SCTP_EVENT_PRIMITIVE_MAX + 1)
/linux-6.12.1/net/sctp/
Ddebug.c129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname()
Dsm_statetable.c81 return DO_LOOKUP(SCTP_EVENT_PRIMITIVE_MAX, primitive, in sctp_sm_lookup_event()