Home
last modified time | relevance | path

Searched refs:after64 (Results 1 – 4 of 4) sorted by relevance

/net/mptcp/
Dprotocol.c169 if (after64(seq, max_seq)) { in mptcp_data_queue_ofo()
212 if (!after64(end_seq, MPTCP_SKB_CB(skb1)->end_seq)) { in mptcp_data_queue_ofo()
218 if (after64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo()
306 } else if (after64(MPTCP_SKB_CB(skb)->map_seq, msk->ack_seq)) { in __mptcp_move_skb()
558 if (after64(MPTCP_SKB_CB(skb)->map_seq, msk->ack_seq)) in mptcp_ofo_queue()
564 if (unlikely(!after64(MPTCP_SKB_CB(skb)->end_seq, in mptcp_ofo_queue()
821 if (after64(dfrag->data_seq + dfrag->data_len, snd_una)) in mptcp_clean_una()
829 if (dfrag && after64(snd_una, dfrag->data_seq)) { in mptcp_clean_una()
Doptions.c828 if (after64(new_snd_una, write_seq)) in update_una()
831 while (after64(new_snd_una, old_snd_una)) { in update_una()
Dprotocol.h502 #define after64(seq2, seq1) before64(seq1, seq2) macro
Dsubflow.c943 } else if (after64(ack_seq, old_ack)) { in subflow_check_data_avail()