Searched defs:got_errchunk (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1124 * got_errchunk is set B_TRUE only if called from validate_init_params(), when
1138 boolean_t got_errchunk)
1174 if (got_errchunk) {
1137 sctp_add_unrec_parm(sctp_parm_hdr_t *uph, mblk_t **errmp, boolean_t got_errchunk) argument
H A Dsctp_cookie.c168 boolean_t got_errchunk = B_FALSE; local
287 if (!got_errchunk && want_cookie != NULL) {
299 got_errchunk = B_TRUE;
309 * got_errchunk will be B_FALSE. Chunk
313 got_errchunk);

Completed in 73 milliseconds