Searched refs:before64 (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mptcp/ |
| H A D | protocol.h | 139 static inline bool before64(__u64 seq1, __u64 seq2) in before64() function 144 #define after64(seq2, seq1) before64(seq1, seq2)
|
| H A D | protocol.c | 356 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo() 368 if (before64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo() 372 if (before64(seq, MPTCP_SKB_CB(skb1)->end_seq)) { in mptcp_data_queue_ofo() 410 if (before64(end_seq, MPTCP_SKB_CB(skb1)->end_seq)) in mptcp_data_queue_ofo() 2970 if (before64(retrans_seq, dfrag->data_seq + dfrag->data_len)) in __mptcp_retrans() 2982 already_acked = !before64(msk->snd_una, dfrag->data_seq + in __mptcp_retrans()
|
| H A D | options.c | 1379 if (before64(rcv_wnd_new, rcv_wnd_old)) { in mptcp_set_rwin()
|
| H A D | subflow.c | 1393 if (unlikely(before64(ack_seq, old_ack))) { in subflow_check_data_avail()
|