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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_seq.h109 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_var.h282 tcp_seq snd_up; /* send urgent pointer */ member in struct:tcpcb
710 tcp_seq snd_up; /* send urgent pointer */ member in struct:otcpcb
1001 tcp_seq snd_up; /* send urgent pointer */ member in struct:xtcpcb64
1083 tcp_seq snd_up; /* send urgent pointer */ member in struct:xtcpcb_n
H A Din_pcblist.c213 xt->snd_up = tp->snd_up;
H A Dtcp_output.c1040 if (SEQ_GT(tp->snd_up, tp->snd_una))
1647 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1797 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1798 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt));
1807 tp->snd_up = tp->snd_una; /* drag it along */
H A Dtcp_subr.c1417 otp->snd_up = tp->snd_up;
1600 otp->snd_up = tp->snd_up;
H A Dtcp_usrreq.c1053 * Otherwise, snd_up should be one lower.
1074 tp->snd_up = tp->snd_una + so->so_snd.sb_cc;

Completed in 94 milliseconds