Searched refs:tcp_urg_mode (Results 1 – 2 of 2) sorted by relevance
27 …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_…
420 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function1396 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()