Home
last modified time | relevance | path

Searched refs:before_eq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dcall_event.c194 if (before_eq(txb->seq, READ_ONCE(call->acks_prev_seq))) in rxrpc_resend()
H A Dinput.c224 if (before_eq(txb->seq, call->acks_hard_ack)) in rxrpc_rotate_tx_window()
H A Dar-internal.h1309 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq() function