Searched refs:bandwidth_limit (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/test/helpers/ |
| H A D | noisydgrambio.c | 112 static size_t bandwidth_limit(struct bw_limiter_st *limit, OSSL_TIME now, in bandwidth_limit() function 188 num_msg = bandwidth_limit(&data->send_limit, now, msg, num_msg); in noisy_dgram_sendmmsg() 353 msg_cnt = bandwidth_limit(&data->recv_limit, now, msg, msg_cnt); in noisy_dgram_recvmmsg()
|
| /src/crypto/openssh/ |
| H A D | misc.h | 184 void bandwidth_limit(struct bwlimit *, size_t);
|
| H A D | ssh_namespace.h | 56 #define bandwidth_limit Fssh_bandwidth_limit macro
|
| H A D | scp.c | 732 bandwidth_limit(&bwlimit, s); in scpio()
|
| H A D | misc.c | 1794 bandwidth_limit(struct bwlimit *bw, size_t read_len) in bandwidth_limit() function
|
| H A D | sftp-client.c | 159 bandwidth_limit(bwlimit, amount); in sftpio()
|