| /NextBSD/sys/netinet/tcp_stacks/ |
| HD | fastpath.c | 278 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/ |
| HD | tcp_output.c | 227 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 …]
|
| HD | tcp_sack.c | 368 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 */
|
| HD | tcp_input.c | 1686 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 …]
|
| HD | tcp_seq.h | 62 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
| HD | tcp_debug.c | 219 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
|
| HD | tcp_var.h | 156 tcp_seq snd_una; /* sent but unacknowledged */ member 327 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
|
| HD | tcp_timer.c | 443 tp->rcv_nxt, tp->snd_una - 1, 0); in tcp_timer_keep() 784 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
|
| HD | tcp_usrreq.c | 983 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()
|
| HD | siftr.c | 798 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
|
| HD | tcp_subr.c | 1883 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/ |
| HD | t4_cpl_io.c | 300 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/ |
| HD | cxgb_cpl_io.c | 1299 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/ |
| HD | nfs_nfsdcache.c | 838 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/ |
| HD | trpt.c | 421 (u_long)tp->snd_una, (u_long)tp->snd_nxt, in tcp_trace()
|
| /NextBSD/sys/netinet/khelp/ |
| HD | h_ertt.c | 218 acked = th->th_ack - tp->snd_una; in ertt_packet_measurement_hook()
|
| /NextBSD/cddl/lib/libdtrace/ |
| HD | tcp.d | 195 tcps_suna = p == NULL ? 0 : p->snd_una;
|
| /NextBSD/sys/dev/cxgbe/common/ |
| HD | t4_msg.h | 1035 __be32 snd_una; member 1044 __be32 snd_una; member 2337 __be32 snd_una; member
|
| /NextBSD/sys/dev/cxgb/common/ |
| HD | cxgb_t3_cpl.h | 930 __be32 snd_una; member
|