HomeSort by: relevance | last modified time | path
    Searched defs:sendalot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_output.c 522 int idle, sendalot, txsegsize, rxsegsize; local in function:tcp_output
672 sendalot = 0;
680 * to send out new data (when sendalot is 1), bypass this function.
735 sendalot = 1;
906 sendalot = 1;
1655 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst))
dccp_usrreq.c 1124 int off, sendalot, t, i; local in function:dccp_output
1171 sendalot = 0;
1185 sendalot = 1;
1300 sendalot = 1;
1528 if (sendalot) {
1535 if (sendalot)

Completed in 13 milliseconds