Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp.c675 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail()
676 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail()
1070 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages()
1078 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages()
1393 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
1402 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked()
2886 tp->nonagle |= TCP_NAGLE_PUSH; in __tcp_sock_set_cork()
2908 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
Dtcp_output.c2078 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
2653 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2879 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/Linux-v5.10/include/net/
Dtcp.h223 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro