Searched refs:__tcp_push_pending_frames (Results  1 – 3 of 3) sorted by relevance
| /net/ipv4/ | 
| D | tcp_output.c | 3013 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,  in __tcp_push_pending_frames()  function 3629 	__tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF);  in tcp_send_fin()
  | 
| D | tcp.c | 751 	__tcp_push_pending_frames(sk, mss_now, nonagle);  in tcp_push() 1306 			__tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH);  in tcp_sendmsg_locked()
  | 
| D | tcp_input.c | 3916 		__tcp_push_pending_frames(sk, tcp_current_mss(sk),  in tcp_xmit_recovery()
  |