Home
last modified time | relevance | path

Searched refs:tcp_urg_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst27 …a read_mostly read_write tcp_wnd_end,tcp_urg_mode,tcp_minshall_ch…
90 … read_write read_mostly tcp_mark_urg,tcp_urg_mode,__tcp_transmit_…
/linux-6.14.4/net/ipv4/
Dtcp_output.c420 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function
1396 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
2133 if (tcp_urg_mode(tp) || (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_FIN)) in tcp_nagle_test()
2812 if (tso_segs > 1 && !tcp_urg_mode(tp)) in tcp_write_xmit()