Searched refs:snd_up (Results 1 – 6 of 6) sorted by relevance
109 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
324 tcp_seq snd_up; /* send urgent pointer */ member905 tcp_seq snd_up; /* send urgent pointer */ member1304 tcp_seq snd_up; /* send urgent pointer */ member1387 tcp_seq snd_up; /* send urgent pointer */ member
230 xt->snd_up = tp->snd_up; in tcpcb_to_xtcpcb_n()
1503 if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output()2163 } else if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output()2335 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()2336 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()2345 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output()
1859 otp->snd_up = tp->snd_up; in tcpcb_to_otcpcb()2043 otp->snd_up = tp->snd_up; in tcpcb_to_xtcpcb64()
1214 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in tcp_usr_send()