Searched refs:SEQ_LT (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_seq.h40 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
45 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
H A Dtcp_sack.c171 KASSERT(SEQ_LT(rcv_start, rcv_end), ("rcv_start < rcv_end"));
198 if (SEQ_LT(head_blk.end, end))
362 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
379 SEQ_LT(sack.start, tp->snd_max) &&
429 if (SEQ_LT(tp->snd_fack, sblkp->start)) {
451 SEQ_LT(tp->snd_fack, sblkp->start))
454 SEQ_LT(tp->snd_fack, sblkp->end))
457 } else if (SEQ_LT(tp->snd_fack, sblkp->end))
603 if (SEQ_LT(p->rxmit, p->end)) {
604 if (SEQ_LT(
[all...]
H A Dtcp_output.c228 SEQ_LT(tp->snd_nxt, tp->snd_max))
510 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
513 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))
551 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */
848 else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) {
H A Dtcp_input.c2172 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) {
2590 if (SEQ_LT(th->th_ack, tp->snd_recover)) {
2721 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
2795 (SEQ_LT(tp->snd_wl1, th->th_seq) ||
2796 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
H A Dtcp_subr.c1450 SEQ_LT(icmp_tcp_seq, tp->snd_max)) {
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_norm.c1745 (SEQ_LT(tsval, dst->scrub->pfss_tsecr) ||
1748 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) {
1757 SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ',
1761 SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' '));
1877 (SEQ_LT(tsval, src->scrub->pfss_tsval0) ||
/freebsd-10.1-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1753 if (__predict_false(SEQ_LT(snd_una, tp->snd_una)))
/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1672 if (__predict_false(SEQ_LT(snd_una, tp->snd_una))) {

Completed in 252 milliseconds