Searched refs:TCP_NAGLE_PUSH (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp.c | 629 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail() 630 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail() 965 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages() 974 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages() 1239 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg() 1249 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg() 2358 tp->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in do_tcp_setsockopt() 2446 tp->nonagle |= TCP_NAGLE_PUSH; in do_tcp_setsockopt()
|
D | tcp_output.c | 1647 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test() 1704 tp->nonagle : TCP_NAGLE_PUSH)); in tcp_may_send_now() 2084 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit() 2318 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
|
/linux-4.1.27/include/net/ |
D | tcp.h | 214 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro
|