Searched refs:after64 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 169 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()
|
H A D | options.c | 828 if (after64(new_snd_una, write_seq)) in update_una() 831 while (after64(new_snd_una, old_snd_una)) { in update_una()
|
H A D | protocol.h | 502 #define after64(seq2, seq1) before64(seq1, seq2) macro
|
H A D | subflow.c | 943 } else if (after64(ack_seq, old_ack)) { in subflow_check_data_avail()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 238 if (after64(end_seq, max_seq)) { in mptcp_data_queue_ofo() 284 if (!after64(end_seq, MPTCP_SKB_CB(skb1)->end_seq)) { in mptcp_data_queue_ofo() 290 if (after64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo() 394 } else if (after64(MPTCP_SKB_CB(skb)->map_seq, msk->ack_seq)) { in __mptcp_move_skb() 740 if (after64(MPTCP_SKB_CB(skb)->map_seq, msk->ack_seq)) in __mptcp_ofo_queue() 746 if (unlikely(!after64(MPTCP_SKB_CB(skb)->end_seq, in __mptcp_ofo_queue() 1013 if (after64(dfrag->data_seq + dfrag->data_len, snd_una)) in __mptcp_clean_una() 1028 if (dfrag && after64(snd_una, dfrag->data_seq)) { in __mptcp_clean_una() 1049 if (unlikely(msk->recovery) && after64(msk->snd_una, msk->recovery_snd_nxt)) in __mptcp_clean_una() 1518 if (likely(after64(snd_nxt_ne in mptcp_update_post_push() [all...] |
H A D | options.c | 1055 if (unlikely(after64(new_snd_una, snd_nxt))) in ack_update_msk() 1060 if (after64(new_wnd_end, msk->wnd_end)) in ack_update_msk() 1064 if (after64(msk->wnd_end, READ_ONCE(msk->snd_nxt))) in ack_update_msk() 1067 if (after64(new_snd_una, old_snd_una)) { in ack_update_msk() 1266 if (after64(rcv_wnd_new, rcv_wnd_old)) { in mptcp_set_rwin()
|
H A D | protocol.h | 142 #define after64(seq2, seq1) before64(seq1, seq2) macro
|
Completed in 17 milliseconds