Home
last modified time | relevance | path

Searched refs:snd_una (Results 1 – 19 of 19) sorted by relevance

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c278 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_fastack()
290 tp->snd_una = th->th_ack; in tcp_do_fastack()
314 if (tp->snd_una == tp->snd_max) in tcp_do_fastack()
546 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_do_slowpath()
599 tp->snd_una++; /* SYN is acked */ in tcp_do_slowpath()
1045 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_do_slowpath()
1089 th->th_ack != tp->snd_una) in tcp_do_slowpath()
1190 (tp->snd_nxt - tp->snd_una) + in tcp_do_slowpath()
1200 (tp->snd_nxt - tp->snd_una); in tcp_do_slowpath()
1223 KASSERT(SEQ_GT(th->th_ack, tp->snd_una), in tcp_do_slowpath()
[all …]
/NextBSD/sys/netinet/
HDtcp_output.c227 SEQ_GT(tp->snd_max, tp->snd_una) && /* inital SYN|ACK sent */ in tcp_output()
228 (tp->snd_nxt != tp->snd_una)) /* not a retransmit */ in tcp_output()
237 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
259 off = tp->snd_nxt - tp->snd_una; in tcp_output()
306 off = p->rxmit - tp->snd_una; in tcp_output()
414 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
472 tp->snd_nxt = tp->snd_una; in tcp_output()
523 (tp->snd_nxt - tp->snd_una))) { in tcp_output()
560 if (SEQ_LT(p->rxmit + len, tp->snd_una + sbused(&so->so_snd))) in tcp_output()
563 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + in tcp_output()
[all …]
HDtcp_sack.c368 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) { in tcp_sack_doack()
369 sack_blocks[num_sack_blks].start = tp->snd_una; in tcp_sack_doack()
384 SEQ_GT(sack.start, tp->snd_una) && in tcp_sack_doack()
387 SEQ_GT(sack.end, tp->snd_una) && in tcp_sack_doack()
424 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack); in tcp_sack_doack()
619 if (SEQ_LT(p->rxmit, tp->snd_una)) {/* old SACK hole */
HDtcp_input.c1686 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_do_segment()
1742 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
1754 tp->snd_una = th->th_ack; in tcp_do_segment()
1780 if (tp->snd_una == tp->snd_max) in tcp_do_segment()
1790 } else if (th->th_ack == tp->snd_una && in tcp_do_segment()
1935 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_do_segment()
2010 tp->snd_una++; /* SYN is acked */ in tcp_do_segment()
2429 tp->snd_una++; in tcp_do_segment()
2485 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_do_segment()
2542 if (th->th_ack != tp->snd_una || in tcp_do_segment()
[all …]
HDtcp_seq.h62 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
HDtcp_debug.c219 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
HDtcp_var.h156 tcp_seq snd_una; /* sent but unacknowledged */ member
327 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
HDtcp_timer.c443 tp->rcv_nxt, tp->snd_una - 1, 0); in tcp_timer_keep()
784 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
HDtcp_usrreq.c983 tp->snd_up = tp->snd_una + sbavail(&so->so_snd); in tcp_usr_send()
2187 tp->snd_una, tp->snd_max, tp->snd_nxt); in db_print_tcpcb()
HDsiftr.c798 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
HDtcp_subr.c1883 if (SEQ_GEQ(icmp_tcp_seq, tp->snd_una) && in tcp_ctlinput()
2193 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_cpl_io.c300 tp->snd_una = iss + 1; in make_established()
1168 tp->snd_una = be32toh(cpl->snd_nxt) - 1; /* exclude FIN */ in do_close_con_rpl()
1594 tcp_seq snd_una = be32toh(cpl->snd_una); in do_fw4_ack() local
1597 if (__predict_false(SEQ_LT(snd_una, tp->snd_una))) { in do_fw4_ack()
1600 __func__, snd_una, toep->tid, tp->snd_una); in do_fw4_ack()
1604 if (tp->snd_una != snd_una) { in do_fw4_ack()
1605 tp->snd_una = snd_una; in do_fw4_ack()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c1299 tp->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */ in do_close_con_rpl()
1606 tp->snd_una = iss + 1; in make_established()
1711 u32 snd_una = ntohl(hdr->snd_una); in wr_ack() local
1753 if (__predict_false(SEQ_LT(snd_una, tp->snd_una))) in wr_ack()
1756 if (tp->snd_una != snd_una) { in wr_ack()
1757 tp->snd_una = snd_una; in wr_ack()
1759 if (tp->snd_una == tp->snd_nxt) in wr_ack()
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdcache.c838 nfsrc_trimcache(u_int64_t sockref, uint32_t snd_una, int final) in nfsrc_trimcache() argument
852 if (SEQ_GEQ(snd_una, rp->rc_tcpseq)) { in nfsrc_trimcache()
/NextBSD/usr.sbin/trpt/
HDtrpt.c421 (u_long)tp->snd_una, (u_long)tp->snd_nxt, in tcp_trace()
/NextBSD/sys/netinet/khelp/
HDh_ertt.c218 acked = th->th_ack - tp->snd_una; in ertt_packet_measurement_hook()
/NextBSD/cddl/lib/libdtrace/
HDtcp.d195 tcps_suna = p == NULL ? 0 : p->snd_una;
/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h1035 __be32 snd_una; member
1044 __be32 snd_una; member
2337 __be32 snd_una; member
/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h930 __be32 snd_una; member