Searched refs:after64 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/net/mptcp/ |
| D | options.c | 1023 if (unlikely(after64(new_snd_una, snd_nxt))) { in ack_update_msk() 1024 if (!msk->recovery || after64(new_snd_una, msk->recovery_snd_nxt)) in ack_update_msk() 1030 if (after64(new_wnd_end, msk->wnd_end)) in ack_update_msk() 1034 if (after64(msk->wnd_end, READ_ONCE(msk->snd_nxt))) in ack_update_msk() 1037 if (after64(new_snd_una, old_snd_una)) { in ack_update_msk() 1226 if (after64(ack_seq, READ_ONCE(msk->rcv_wnd_sent))) in mptcp_set_rwin()
|
| D | protocol.c | 175 if (after64(end_seq, max_seq)) { in mptcp_data_queue_ofo() 221 if (!after64(end_seq, MPTCP_SKB_CB(skb1)->end_seq)) { in mptcp_data_queue_ofo() 227 if (after64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo() 319 } else if (after64(MPTCP_SKB_CB(skb)->map_seq, msk->ack_seq)) { in __mptcp_move_skb() 660 if (after64(MPTCP_SKB_CB(skb)->map_seq, msk->ack_seq)) in __mptcp_ofo_queue() 666 if (unlikely(!after64(MPTCP_SKB_CB(skb)->end_seq, in __mptcp_ofo_queue() 1062 if (after64(dfrag->data_seq + dfrag->data_len, snd_una)) in __mptcp_clean_una() 1078 if (dfrag && after64(snd_una, dfrag->data_seq)) { in __mptcp_clean_una() 1100 if (unlikely(msk->recovery) && after64(msk->snd_una, msk->recovery_snd_nxt)) in __mptcp_clean_una() 2187 if (!msk->recovery || after64(msk->snd_nxt, msk->recovery_snd_nxt)) in __mptcp_retransmit_pending_data()
|
| D | protocol.h | 132 #define after64(seq2, seq1) before64(seq1, seq2) macro
|