Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_seq.h57 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_output.c440 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
739 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
874 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()
875 u_int32_t urp = tp->snd_up - tp->snd_nxt; in tcp_output()
887 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output()
H A Dtcp_var.h118 tcp_seq snd_up; /* send urgent pointer */ member
H A Dtcp_usrreq.c297 ti->tcpi_snd_up = tp->snd_up - tp->iss; in tcp_fill_info()
991 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in tcp_sendoob()
H A Dtcp_input.c3695 tp->snd_up = tp->snd_una; in syn_cache_get()
/openbsd/usr.bin/netstat/
H A Dinet.c1538 p("%u", snd_up, "\n "); in tcpcb_dump()