Searched refs:snd_up (Results 1 – 5 of 5) sorted by relevance
239 u32 snd_up; /* Urgent pointer */ member
414 return tp->snd_una != tp->snd_up; in tcp_urg_mode()980 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in tcp_transmit_skb()981 if (before(tp->snd_up, tcb->seq + 0x10000)) { in tcp_transmit_skb()982 th->urg_ptr = htons(tp->snd_up - tcb->seq); in tcp_transmit_skb()3115 tp->snd_up = tp->write_seq; in tcp_connect_init()3463 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
464 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child()
638 tp->snd_up = tp->write_seq; in tcp_mark_urg()
3191 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()3192 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()