Searched refs:TCP_SEQ_GT (Results 1 – 3 of 3) sorted by relevance
821 TCP_SEQ_GT(seqno + cseg->len, next->tcphdr->seqno)) { in tcp_oos_insert_segment()1250 TCP_SEQ_GT(seqno + tcplen, in tcp_receive()1411 if (TCP_SEQ_GT(prev->tcphdr->seqno + prev->len, seqno)) { in tcp_receive()1426 TCP_SEQ_GT(seqno, next->tcphdr->seqno)) { in tcp_receive()1433 if (TCP_SEQ_GT(next->tcphdr->seqno + next->len, seqno)) { in tcp_receive()
552 if (TCP_SEQ_GT(pcb->rcv_nxt, pcb->rcv_ann_right_edge)) { in tcp_update_rcv_ann_wnd()
94 #define TCP_SEQ_GT(a,b) ((s32_t)((a)-(b)) > 0) macro