Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_seq.h70 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_output.c707 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
1135 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
1314 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_default_output()
1315 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_default_output()
1324 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_default_output()
H A Dtcp_var.h352 tcp_seq snd_up; /* send urgent pointer */ member
H A Dtcp_usrreq.c1195 tp->snd_up = tp->snd_una + sbavail(&so->so_snd); in tcp_usr_send()
3117 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19191 tp->snd_up = tp->snd_una; /* drag it along, its deprecated */ in rack_fast_output()
21754 tp->snd_up = tp->snd_una; /* drag it along, its deprecated */ in rack_output()
H A Dbbr.c13397 tp->snd_up = tp->snd_una; in bbr_output_wtime()