Home | History | Annotate | Download | only in core

Lines Matching refs:TCP_SEQ_GT

821         TCP_SEQ_GT(seqno + cseg->len, next->tcphdr->seqno)) {
1250 TCP_SEQ_GT(seqno + tcplen,
1411 if (TCP_SEQ_GT(prev->tcphdr->seqno + prev->len, seqno)) {
1426 TCP_SEQ_GT(seqno, next->tcphdr->seqno)) {
1433 if (TCP_SEQ_GT(next->tcphdr->seqno + next->len, seqno)) {
1473 /*if (TCP_SEQ_GT(pcb->rcv_nxt, seqno) ||