Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dtcp_seq.h65 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
Dtcp_output.c640 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
932 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
1170 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()
1171 th->th_urp = htons((uint16_t)(tp->snd_up - tp->snd_nxt)); in tcp_output()
1180 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output()
Dtcp_var.h234 tcp_seq snd_up; /* send urgent pointer */ member