Searched refs:SCTP_SUBTYPE_CONSTRUCTOR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | constants.h | 122 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ macro 127 SCTP_SUBTYPE_CONSTRUCTOR(CHUNK, enum sctp_cid, chunk) 128 SCTP_SUBTYPE_CONSTRUCTOR(TIMEOUT, enum sctp_event_timeout, timeout) 129 SCTP_SUBTYPE_CONSTRUCTOR(OTHER, enum sctp_event_other, other) 130 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A 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)
|
Completed in 2 milliseconds