Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp.c664 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail()
665 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail()
1058 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages()
1067 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages()
1383 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
1393 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked()
2891 tp->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in do_tcp_setsockopt()
2977 tp->nonagle |= TCP_NAGLE_PUSH; in do_tcp_setsockopt()
Dtcp_output.c1841 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
2416 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2630 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/Linux-v5.4/include/net/
Dtcp.h220 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro