Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h283 u32 snd_up; /* Urgent pointer */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c407 return tp->snd_una != tp->snd_up; in tcp_urg_mode()
1339 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
1340 if (before(tp->snd_up, tcb->seq + 0x10000)) { in __tcp_transmit_skb()
1341 th->urg_ptr = htons(tp->snd_up - tcb->seq); in __tcp_transmit_skb()
3713 tp->snd_up = tp->write_seq; in tcp_connect_init()
4078 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
H A Dtcp_minisocks.c488 newtp->snd_up = seq; in tcp_create_openreq_child()
H A Dtcp_input.c3312 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()
3313 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()
H A Dtcp.c686 tp->snd_up = tp->write_seq; in tcp_mark_urg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c717 tp->snd_up = tp->write_seq; in mark_urg()