Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp.c671 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail()
672 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail()
1081 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages()
1089 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages()
1407 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
1416 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked()
3188 tp->nonagle |= TCP_NAGLE_PUSH; in __tcp_sock_set_cork()
3210 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
Dtcp_output.c2081 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test()
2658 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit()
2888 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
/Linux-v5.15/include/net/
Dtcp.h223 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro