Searched refs:tcp_urg_mode (Results 1 – 1 of 1) sorted by relevance
404 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function1336 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()2088 if (tcp_urg_mode(tp) || (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_FIN)) in tcp_nagle_test()2683 if (tso_segs > 1 && !tcp_urg_mode(tp)) in tcp_write_xmit()