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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c182 uint32_t mem_ratio, tot_buf; local
194 if ((tot_buf = connp->conn_rcvbuf +
196 mem_ratio = MB / tot_buf;
199 mem_ratio = tot_buf / MB;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c4450 uint32_t mem_ratio, tot_buf; local
4463 if ((tot_buf = connp->conn_rcvbuf +
4465 mem_ratio = MB / tot_buf;
4469 mem_ratio = tot_buf / MB;

Completed in 52 milliseconds