Lines Matching refs:deadline
29 - be notified when its loss detection deadline arrives
39 - It indicates the current deadline by which the loss detection
46 - It indicates the current deadline by which new ACK frames
327 This must be called whenever the loss detection deadline expires.
341 This returns a deadline after which `ossl_ackm_on_timeout` should be called.
372 the deadline returned by `ossl_ackm_get_ack_deadline`.
402 This function returns the deadline at which the return value of
404 means that no deadline is currently applicable. If the deadline has already
405 passed, it may either return that deadline or `OSSL_TIME_ZERO`.
497 void (*fn)(OSSL_TIME deadline,
502 void (*fn)(OSSL_TIME deadline,
513 The loss detection deadline callback is called whenever the value returned
516 The ACK deadline callback is called whenever the value returned by
519 The `deadline` argument reflects the value which will be newly returned by the
521 functions, the returned value will reflect the new deadline.