Searched refs:cwr (Results 1 – 3 of 3) sorted by relevance
204 unsigned int ldr_size, cwr; in btxld() local238 cwr = 0; in btxld()241 cwr = wpage; in btxld()243 cwr = howmany(ihdr.text, BTX_PGSIZE); in btxld()244 if (cwr > BTX_MAXCWR) in btxld()245 cwr = BTX_MAXCWR; in btxld()250 if (!cwr) in btxld()251 cwr++; in btxld()253 btx.btx_pgctl -= cwr; in btxld()
377 tcp-cwr { yylval.i = 0x80; return NUM; }
11468 struct sctp_cwr_chunk *cwr; in sctp_send_cwr() local11484 cwr = mtod(chk->data, struct sctp_cwr_chunk *); in sctp_send_cwr()11485 ctsn = ntohl(cwr->tsn); in sctp_send_cwr()11487 cwr->tsn = htonl(high_tsn); in sctp_send_cwr()11491 cwr->ch.chunk_flags |= SCTP_CWR_REDUCE_OVERRIDE; in sctp_send_cwr()11517 cwr = mtod(chk->data, struct sctp_cwr_chunk *); in sctp_send_cwr()11518 cwr->ch.chunk_type = SCTP_ECN_CWR; in sctp_send_cwr()11519 cwr->ch.chunk_flags = override; in sctp_send_cwr()11520 cwr->ch.chunk_length = htons(sizeof(struct sctp_cwr_chunk)); in sctp_send_cwr()11521 cwr->tsn = htonl(high_tsn); in sctp_send_cwr()