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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_output.c180 int idle, sendalot; local
227 sendalot = 0;
236 * to send out new data (when sendalot is 1), bypass this function.
282 sendalot = 1;
786 sendalot = 1;
794 if (sendalot && off + len < so->so_snd.sb_cc) {
796 sendalot = 1;
807 sendalot = 1;
811 sendalot = 1;
1387 if (sendalot
[all...]
/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c444 int error = 0, sendalot; local
587 sendalot = 0;
619 sendalot = 1;
630 sendalot = 1;
844 if (sendalot)

Completed in 45 milliseconds