Searched refs:tcp_nagle_check (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 82 u32 packets_out read_write read_write tcp_packets_in_flight(tx/rx);tcp_slow_start_after_idle_check,tcp_nagle_check,tcp_rate_skb_sent,tcp_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tcp_clean_rtx_queue,tcp_update_pacing_rate(rx)
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 2231 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, 2312 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_cwnd_test() 2371 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) 2213 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, tcp_nagle_check() function
|