Searched refs:bottom (Results 1 – 2 of 2) sorted by relevance
14 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local22 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi()26 if (unlikely(seq < bottom)) in xfrm_replay_seqhi()30 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi()433 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() local446 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn()450 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn()452 if (seq >= bottom) in xfrm_replay_check_esn()
655 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack() local660 bottom = call->tx_hard_ack + 1; in rxrpc_input_check_for_lost_ack()662 if (before(bottom, top)) { in rxrpc_input_check_for_lost_ack()663 for (seq = bottom; before_eq(seq, top); seq++) { in rxrpc_input_check_for_lost_ack()