Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_sack.c296 tp->rexmt_high = tp->snd_una; in tcp_sack_discard()
298 tp->scb.lostseq = tp->snd_una; in tcp_sack_discard()
347 tcp_seq snd_una) in tcp_sack_ndsack_blocks() argument
411 tcp_sack_ack_blocks(tp, tp->snd_una); in tcp_sack_update_scoreboard()
416 tp->rexmt_high = tp->snd_una; in tcp_sack_update_scoreboard()
567 scb->lostseq = snd_una; in tcp_sack_update_lostseq()
676 off = tp->snd_max - tp->snd_una; in tcp_sack_nextseg()
726 torexmt = tp->snd_una; in tcp_sack_nextseg()
767 sb->sblk_start, tp->snd_una)); in tcp_sack_first_unsacked_len()
768 return (sb->sblk_start - tp->snd_una); in tcp_sack_first_unsacked_len()
[all …]
H A Dtcp_input.c1015 tp->snd_up = tp->snd_una; in tcp_input()
1294 tp->snd_una = th->th_ack; in tcp_input()
1336 th->th_ack == tp->snd_una && in tcp_input()
1749 th->th_ack == tp->snd_una && in tcp_input()
2010 th->th_ack != tp->snd_una) { in tcp_input()
2079 tp->snd_una++; in tcp_input()
2087 acked = th->th_ack - tp->snd_una; in tcp_input()
2174 tp->snd_una = th->th_ack; in tcp_input()
2241 tp->snd_nxt = tp->snd_una; in tcp_input()
3294 if (nextrexmt == tp->snd_una) in tcp_sack_rexmt()
[all …]
H A Dtcp_output.c218 if (tp->snd_max == tp->snd_una && in tcp_output()
288 off = tp->snd_nxt - tp->snd_una; in tcp_output()
359 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
401 tp->snd_nxt = tp->snd_una; in tcp_output()
458 (tp->snd_nxt - tp->snd_una))) { in tcp_output()
552 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.ssb_cc)) in tcp_output()
649 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
867 if (tp->snd_nxt == tp->snd_una) in tcp_output()
937 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
1051 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output()
[all …]
H A Dtcp_var.h199 tcp_seq snd_una; /* send unacknowledged */ member
698 const int numblocks, tcp_seq snd_una);
709 void tcp_sack_update_lostseq(struct scoreboard *scb, tcp_seq snd_una,
712 void tcp_sack_revert_scoreboard(struct scoreboard *scb, tcp_seq snd_una,
H A Dtcp_seq.h110 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_timer.c354 tp->rcv_nxt, tp->snd_una - 1, 0); in tcp_timer_keep_handler()
514 tcp_sack_revert_scoreboard(&tp->scb, tp->snd_una); in tcp_revert_congestion_state()
615 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt_handler()
H A Dtcp_debug.c209 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
H A Dtcp_usrreq.c870 tp->snd_up = tp->snd_una + so->so_snd.ssb_cc; in tcp_usr_send()
1106 tp->snd_up = tp->snd_una + so->so_snd.ssb_cc; in tcp_connect_oncpu()
1445 tp->snd_up = tp->snd_una + so->so_snd.ssb_cc; in tcp6_connect_oncpu()
H A Dtcp_subr.c1509 if (SEQ_GEQ(icmpseq, tp->snd_una) && in tcp_ctlinput()
1873 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c415 (u_long)tp->snd_una, (u_long)tp->snd_nxt, in tcp_trace()
/dragonfly/usr.bin/netstat/
H A Dinet.c258 printf("%8d ", (int)(tp->snd_max - tp->snd_una)); in outputpcb()