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 = \
469 tcp_seq snd_up; /* send urgent pointer */ member1155 tcp_seq snd_up; /* send urgent pointer */ member1551 tcp_seq snd_up; /* send urgent pointer */ member1634 tcp_seq snd_up; /* send urgent pointer */ member
249 xt->snd_up = tp->snd_up; in tcpcb_to_xtcpcb_n()
2001 if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output()2801 } else if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output()3006 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()3007 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()3016 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output()
2164 otp->snd_up = tp->snd_up; in tcpcb_to_otcpcb()2348 otp->snd_up = tp->snd_up; in tcpcb_to_xtcpcb64()
1303 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in tcp_usr_send()