Searched refs:after_eq (Results 1 – 5 of 5) sorted by relevance
166 after_eq(snd_una, call->rack_dsack_round)) in rxrpc_rack_update_reo_wnd()318 if (after_eq(call->acks_hard_ack, call->tx_transmitted)) in rxrpc_tlp_send_probe()
495 after_eq(seq, wtop)) { in rxrpc_input_data_one()1037 if (after_eq(prev_pkt, call->acks_prev_seq)) in rxrpc_is_ack_valid()1191 if (call->tlp_serial && after_eq(summary.acked_serial, call->tlp_serial)) in rxrpc_input_ack()
150 if (after_eq(call->tx_transmitted, req.tq->qbase) && in rxrpc_resend_tlp()
363 after_eq(sp->ack.acked_serial, conn->pmtud_probe)) in rxrpc_input_packet_on_conn()
1539 static inline bool after_eq(u32 seq1, u32 seq2) in after_eq() function