Home
last modified time | relevance | path

Searched refs:snd_up (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDtcp_seq.h72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
HDtcp_output.c720 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
1141 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
1338 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()
1339 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()
1348 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output()
HDtcp_var.h149 tcp_seq snd_up; /* send urgent pointer */ member
HDtcp_usrreq.c1240 tp->snd_up = tp->snd_una + sbavail(&so->so_snd); in tcp_usr_send()
2896 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDrack.c15844 tp->snd_up = tp->snd_una; /* drag it along, its deprecated */ in rack_fast_output()
18064 tp->snd_up = tp->snd_una; /* drag it along, its deprecated */ in rack_output()
HDbbr.c13478 tp->snd_up = tp->snd_una; in bbr_output_wtime()