Searched refs:SCTP_SUBTYPE_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/net/sctp/ |
D | constants.h | 123 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ macro 128 SCTP_SUBTYPE_CONSTRUCTOR(CHUNK, enum sctp_cid, chunk) 129 SCTP_SUBTYPE_CONSTRUCTOR(TIMEOUT, enum sctp_event_timeout, timeout) 130 SCTP_SUBTYPE_CONSTRUCTOR(OTHER, enum sctp_event_other, other) 131 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
|