Searched refs:TCP_NAGLE_PUSH (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 691 if (tp->nonagle & TCP_NAGLE_PUSH) in skb_entail() 692 tp->nonagle &= ~TCP_NAGLE_PUSH; in skb_entail() 1087 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages() 1095 TCP_NAGLE_PUSH, size_goal); in do_tcp_sendpages() 1414 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked() 1423 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked() 3062 tp->nonagle |= TCP_NAGLE_PUSH; in __tcp_sock_set_cork() 3084 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
|
H A D | tcp_output.c | 2084 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test() 2671 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit() 2898 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 673 if (tp->nonagle & TCP_NAGLE_PUSH) in tcp_skb_entail() 674 tp->nonagle &= ~TCP_NAGLE_PUSH; in tcp_skb_entail() 1287 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked() 1297 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked() 3233 tp->nonagle |= TCP_NAGLE_PUSH; in __tcp_sock_set_cork() 3255 tcp_sk(sk)->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH; in __tcp_sock_set_nodelay()
|
H A D | tcp_output.c | 2094 if (nonagle & TCP_NAGLE_PUSH) in tcp_nagle_test() 2730 nonagle : TCP_NAGLE_PUSH)))) in tcp_write_xmit() 2961 tcp_write_xmit(sk, mss_now, TCP_NAGLE_PUSH, 1, sk->sk_allocation); in tcp_push_one()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 1564 TCP_NAGLE_PUSH, size_goal); in tcp_nip_sendmsg()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 230 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 226 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ macro
|
Completed in 31 milliseconds