Home
last modified time | relevance | path

Searched full:snd_up (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c404 return tp->snd_una != tp->snd_up; in tcp_urg_mode()
1635 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
1636 if (before(tp->snd_up, tcb->seq + 0x10000)) { in __tcp_transmit_skb()
1637 th->urg_ptr = htons(tp->snd_up - tcb->seq); in __tcp_transmit_skb()
2954 * snd_up-64k-mss .. snd_up cannot be large. However, taking into
4160 tp->snd_up = tp->write_seq; in tcp_connect_init()
4590 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
H A Dtcp_minisocks.c580 newtp->snd_up = seq; in tcp_create_openreq_child()
H A Dtcp.c718 tp->snd_up = tp->write_seq; in tcp_mark_urg()
5257 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_txrx, snd_up); in tcp_struct_check()
H A Dtcp_input.c3704 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()
3705 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()