Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c406 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function
1340 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()
2602 * LARGESEND note: !tcp_urg_mode is overkill, only frames between
2681 if (tso_segs > 1 && !tcp_urg_mode(tp)) in tcp_write_xmit()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c413 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() function
1349 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
2098 if (tcp_urg_mode(tp) || (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_FIN)) in tcp_nagle_test()
2660 * LARGESEND note: !tcp_urg_mode is overkill, only frames between
2740 if (tso_segs > 1 && !tcp_urg_mode(tp)) in tcp_write_xmit()

Completed in 13 milliseconds