Lines Matching refs:SCTP_ARG_CONSTRUCTOR
154 #define SCTP_ARG_CONSTRUCTOR(name, type, elt) \ macro
163 SCTP_ARG_CONSTRUCTOR(I32, __s32, i32) in SCTP_ARG_CONSTRUCTOR() function
164 SCTP_ARG_CONSTRUCTOR(U32, __u32, u32) in SCTP_ARG_CONSTRUCTOR()
165 SCTP_ARG_CONSTRUCTOR(BE32, __be32, be32) in SCTP_ARG_CONSTRUCTOR()
166 SCTP_ARG_CONSTRUCTOR(U16, __u16, u16) in SCTP_ARG_CONSTRUCTOR()
167 SCTP_ARG_CONSTRUCTOR(U8, __u8, u8) in SCTP_ARG_CONSTRUCTOR()
168 SCTP_ARG_CONSTRUCTOR(ERROR, int, error) in SCTP_ARG_CONSTRUCTOR()
169 SCTP_ARG_CONSTRUCTOR(PERR, __be16, err) /* protocol error */ in SCTP_ARG_CONSTRUCTOR()
170 SCTP_ARG_CONSTRUCTOR(STATE, sctp_state_t, state) in SCTP_ARG_CONSTRUCTOR()
171 SCTP_ARG_CONSTRUCTOR(TO, sctp_event_timeout_t, to) in SCTP_ARG_CONSTRUCTOR()
172 SCTP_ARG_CONSTRUCTOR(CHUNK, struct sctp_chunk *, chunk) in SCTP_ARG_CONSTRUCTOR()
173 SCTP_ARG_CONSTRUCTOR(ASOC, struct sctp_association *, asoc) in SCTP_ARG_CONSTRUCTOR()
174 SCTP_ARG_CONSTRUCTOR(TRANSPORT, struct sctp_transport *, transport) in SCTP_ARG_CONSTRUCTOR()
175 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
176 SCTP_ARG_CONSTRUCTOR(PEER_INIT, sctp_init_chunk_t *, init) in SCTP_ARG_CONSTRUCTOR()
177 SCTP_ARG_CONSTRUCTOR(ULPEVENT, struct sctp_ulpevent *, ulpevent) in SCTP_ARG_CONSTRUCTOR()
178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
179 SCTP_ARG_CONSTRUCTOR(SACKH, sctp_sackhdr_t *, sackh) in SCTP_ARG_CONSTRUCTOR()
180 SCTP_ARG_CONSTRUCTOR(DATAMSG, struct sctp_datamsg *, msg) in SCTP_ARG_CONSTRUCTOR()