Home
last modified time | relevance | path

Searched refs:bandwidth_limit (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/test/helpers/
H A Dnoisydgrambio.c112 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 Dmisc.h184 void bandwidth_limit(struct bwlimit *, size_t);
H A Dssh_namespace.h56 #define bandwidth_limit Fssh_bandwidth_limit macro
H A Dscp.c732 bandwidth_limit(&bwlimit, s); in scpio()
H A Dmisc.c1794 bandwidth_limit(struct bwlimit *bw, size_t read_len) in bandwidth_limit() function
H A Dsftp-client.c159 bandwidth_limit(bwlimit, amount); in sftpio()