Searched refs:__tcp_push_pending_frames (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 575 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, 1879 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp.c | 739 __tcp_push_pending_frames(sk, mss_now, nonagle); in tcp_push() 1072 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages() 1400 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg_locked()
|
| H A D | tcp_output.c | 2860 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() function 3437 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); in tcp_send_fin()
|
| H A D | tcp_input.c | 3704 __tcp_push_pending_frames(sk, tcp_current_mss(sk), in tcp_xmit_recovery()
|