Searched refs:SCTP_SUBTYPE_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/net/sctp/ |
D | constants.h | 137 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ macro 142 SCTP_SUBTYPE_CONSTRUCTOR(CHUNK, enum sctp_cid, chunk) 143 SCTP_SUBTYPE_CONSTRUCTOR(TIMEOUT, enum sctp_event_timeout, timeout) 144 SCTP_SUBTYPE_CONSTRUCTOR(OTHER, enum sctp_event_other, other) 145 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
|