Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c673 if (tp->nonagle & TCP_NAGLE_PUSH) in tcp_skb_entail()
674 tp->nonagle &= ~TCP_NAGLE_PUSH; in tcp_skb_entail()
1290 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
1300 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked()
3261 tp->nonagle |= TCP_NAGLE_PUSH; in __tcp_sock_set_cork()
3283 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
H A Dtcp_output.c2101 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
2735 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2966 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/openbmc/linux/include/net/
H A Dtcp.h227 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro