Lines Matching defs:sctp_arg
105 union sctp_arg {
131 * union sctp_arg. It does this by inserting the sole argument into
132 * the ELT union element of a local union sctp_arg.
135 * which takes an __s32 and returns a union sctp_arg containing the
140 static inline union sctp_arg \
142 { union sctp_arg retval;\
167 static inline union sctp_arg SCTP_FORCE(void)
172 static inline union sctp_arg SCTP_NOFORCE(void)
177 static inline union sctp_arg SCTP_NULL(void)
179 union sctp_arg retval;
185 union sctp_arg obj;
214 enum sctp_verb verb, union sctp_arg obj)