Home
last modified time | relevance | path

Searched refs:cwr (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/btxld/
H A Dbtxld.c199 unsigned int ldr_size, cwr; in btxld() local
233 cwr = 0; in btxld()
236 cwr = wpage; in btxld()
238 cwr = howmany(ihdr.text, BTX_PGSIZE); in btxld()
239 if (cwr > BTX_MAXCWR) in btxld()
240 cwr = BTX_MAXCWR; in btxld()
245 if (!cwr) in btxld()
246 cwr++; in btxld()
248 btx.btx_pgctl -= cwr; in btxld()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h123 cwr:1; member
/freebsd/contrib/libpcap/
H A Dscanner.l481 tcp-cwr { yylval->h = 0x80; return NUM; }
/freebsd/sys/netinet/
H A Dsctp_output.c11695 struct sctp_cwr_chunk *cwr; in sctp_send_cwr() local
11711 cwr = mtod(chk->data, struct sctp_cwr_chunk *); in sctp_send_cwr()
11712 ctsn = ntohl(cwr->tsn); in sctp_send_cwr()
11714 cwr->tsn = htonl(high_tsn); in sctp_send_cwr()
11718 cwr->ch.chunk_flags |= SCTP_CWR_REDUCE_OVERRIDE; in sctp_send_cwr()
11744 cwr = mtod(chk->data, struct sctp_cwr_chunk *); in sctp_send_cwr()
11745 cwr->ch.chunk_type = SCTP_ECN_CWR; in sctp_send_cwr()
11746 cwr->ch.chunk_flags = override; in sctp_send_cwr()
11747 cwr->ch.chunk_length = htons(sizeof(struct sctp_cwr_chunk)); in sctp_send_cwr()
11748 cwr->tsn = htonl(high_tsn); in sctp_send_cwr()