Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h307 u32 snd_up; /* Urgent pointer */ member
/openbmc/linux/net/ipv4/
H A Dtcp_output.c420 return tp->snd_una != tp->snd_up; in tcp_urg_mode()
1356 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
1357 if (before(tp->snd_up, tcb->seq + 0x10000)) { in __tcp_transmit_skb()
1358 th->urg_ptr = htons(tp->snd_up - tcb->seq); in __tcp_transmit_skb()
3827 tp->snd_up = tp->write_seq; in tcp_connect_init()
4212 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
H A Dtcp_minisocks.c514 newtp->snd_up = seq; in tcp_create_openreq_child()
H A Dtcp_input.c3438 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()
3439 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()
H A Dtcp.c682 tp->snd_up = tp->write_seq; in tcp_mark_urg()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c717 tp->snd_up = tp->write_seq; in mark_urg()