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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_seq.h109 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_var.h238 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
558 tcp_seq snd_up; /* send urgent pointer */ member in struct:otcpcb
796 tcp_seq snd_up; /* send urgent pointer */ member in struct:xtcpcb64
879 tcp_seq snd_up; /* send urgent pointer */ member in struct:xtcpcb_n
H A Din_pcblist.c212 xt->snd_up = tp->snd_up;
H A Dtcp_output.c918 if (SEQ_GT(tp->snd_up, tp->snd_una))
1434 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1565 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1566 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt));
1575 tp->snd_up = tp->snd_una; /* drag it along */
H A Dtcp_subr.c1325 otp->snd_up = tp->snd_up;
1511 otp->snd_up = tp->snd_up;
H A Dtcp_usrreq.c760 * Otherwise, snd_up should be one lower.
781 tp->snd_up = tp->snd_una + so->so_snd.sb_cc;

Completed in 82 milliseconds