Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp.c673 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail()
674 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail()
1032 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages()
1041 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages()
1384 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
1394 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked()
2801 tp->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in do_tcp_setsockopt()
2887 tp->nonagle |= TCP_NAGLE_PUSH; in do_tcp_setsockopt()
Dtcp_output.c1815 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
2336 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2548 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/Linux-v4.19/include/net/
Dtcp.h221 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro