Searched refs:__tcp_push_pending_frames (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/include/net/ |
| D | tcp.h | 596 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, 1942 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()
|
| /Linux-v6.1/net/ipv4/ |
| D | tcp.c | 729 __tcp_push_pending_frames(sk, mss_now, nonagle); in tcp_push() 1094 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages() 1434 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
|
| D | tcp_output.c | 2870 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() function 3435 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); in tcp_send_fin()
|
| D | tcp_input.c | 3734 __tcp_push_pending_frames(sk, tcp_current_mss(sk), in tcp_xmit_recovery()
|