Lines Matching defs:out
471 /* Now allocate and fill out the chunk. */
1602 ssn = sctp_ssn_next(stream, out, sid);
1604 ssn = sctp_ssn_peek(stream, out, sid);
1673 /* Pad out the cookie to a multiple to make the signature
1682 * out on the network.
1773 /* Verify that the cookie has been padded out. */
2107 * SCTP_IERROR_NOMEME - out of memory.
2158 * SCTP_IERROR_NOMEM - out of memory (abort)
3681 bool out, bool in)
3689 outlen = (sizeof(outreq) + stream_len) * out;
3712 inreq.request_seq = htonl(asoc->strreset_outseq + out);
3765 __u16 out, __u16 in)
3771 retval = sctp_make_reconf(asoc, (!!out + !!in) * size);
3775 if (out) {
3778 addstrm.number_of_streams = htons(out);
3789 addstrm.request_seq = htonl(asoc->strreset_outseq + !!out);