Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_output.c372 static inline int tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function
871 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in tcp_transmit_skb()
1420 if (tcp_urg_mode(tp) || (tp->frto_counter == 2) || in tcp_nagle_test()
1793 if (tso_segs > 1 && !tcp_urg_mode(tp)) in tcp_write_xmit()