Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_output.c414 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function
986 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in tcp_transmit_skb()
1651 if (tcp_urg_mode(tp) || (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_FIN)) in tcp_nagle_test()
2094 if (tso_segs > 1 && max_segs && !tcp_urg_mode(tp)) in tcp_write_xmit()