Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp.c629 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail()
630 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail()
983 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages()
992 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages()
1263 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg()
1273 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg()
2385 tp->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in do_tcp_setsockopt()
2473 tp->nonagle |= TCP_NAGLE_PUSH; in do_tcp_setsockopt()
Dtcp_output.c1635 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
1692 tp->nonagle : TCP_NAGLE_PUSH)); in tcp_may_send_now()
2071 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2312 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/linux-4.4.14/include/net/
Dtcp.h214 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro