Searched refs:snd_up (Results 1 – 8 of 8) sorted by relevance
548 tp->snd_up = (TCP_SKB_CB(skb)->seq - tcp_sk(sk)->rcv_nxt) / mss; in tcp_nip_data_queue()549 tp->snd_up = tp->snd_up > PKT_DISCARD_MAX ? 0 : tp->snd_up; in tcp_nip_data_queue()1017 newtp->snd_up = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
334 tp->snd_up = tp->write_seq; in tcp_nip_connect_init()563 th->urg_ptr = htons(tp->snd_up); in __tcp_nip_transmit_skb()
275 u32 snd_up; /* Urgent pointer */ member
409 return tp->snd_una != tp->snd_up; in tcp_urg_mode()1341 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()1342 if (before(tp->snd_up, tcb->seq + 0x10000)) { in __tcp_transmit_skb()1343 th->urg_ptr = htons(tp->snd_up - tcb->seq); in __tcp_transmit_skb()3718 tp->snd_up = tp->write_seq; in tcp_connect_init()4083 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
488 newtp->snd_up = seq; in tcp_create_openreq_child()
3313 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()3314 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()
695 tp->snd_up = tp->write_seq; in tcp_mark_urg()
717 tp->snd_up = tp->write_seq; in mark_urg()