Searched refs:add_o_strmcnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_usrreq.c4734 uint16_t add_o_strmcnt = 0; local
4773 add_o_strmcnt = stradd->sas_outstrms;
4774 if ((((int)add_o_strmcnt) + ((int)stcb->asoc.streamoutcnt)) > 0x0000ffff) {
4802 error = sctp_send_str_reset_req(stcb, 0, NULL, 0, 0, addstream, add_o_strmcnt, add_i_strmcnt, 0);

Completed in 167 milliseconds