Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtcp.h270 u32 snd_up; /* Urgent pointer */ member
/Linux-v4.19/net/ipv4/
Dtcp_output.c409 return tp->snd_una != tp->snd_up; in tcp_urg_mode()
1101 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
1102 if (before(tp->snd_up, tcb->seq + 0x10000)) { in __tcp_transmit_skb()
1103 th->urg_ptr = htons(tp->snd_up - tcb->seq); in __tcp_transmit_skb()
3338 tp->snd_up = tp->write_seq; in tcp_connect_init()
3695 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
Dtcp_minisocks.c475 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child()
Dtcp_input.c3161 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()
3162 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()
Dtcp.c682 tp->snd_up = tp->write_seq; in tcp_mark_urg()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_io.c721 tp->snd_up = tp->write_seq; in mark_urg()