Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 2 of 2) sorted by relevance

/net/xfrm/
Dxfrm_replay.c14 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local
22 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() local
446 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()
/net/rxrpc/
Dinput.c655 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack() local
660 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()