Searched refs:__tcp_push_pending_frames (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/include/net/ | 
| D | tcp.h | 517 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,1501 		__tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle);  in tcp_push_pending_frames()
 
 | 
| /linux-4.1.27/net/ipv4/ | 
| D | tcp.c | 690 	__tcp_push_pending_frames(sk, mss_now, nonagle);  in tcp_push()965 			__tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH);  in do_tcp_sendpages()
 1239 			__tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH);  in tcp_sendmsg()
 
 | 
| D | tcp_output.c | 2294 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,  in __tcp_push_pending_frames()  function2873 	__tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF);  in tcp_send_fin()
 
 | 
| D | tcp_input.c | 2718 			__tcp_push_pending_frames(sk, tcp_current_mss(sk),  in tcp_process_loss()
 |