Searched defs:tcp_urg_mode (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dtcp_output.c373 static inline bool tcp_urg_mode(const struct tcp_sock *tp) function
914 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) {
1479 if (tcp_urg_mode(tp) || (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_FIN))
1800 * LARGESEND note: !tcp_urg_mode is overkill, only frames between
1871 if (tso_segs > 1 && !tcp_urg_mode(tp))

Completed in 8 milliseconds