Searched refs:tcp_current_mss (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_output.c | 799 		tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle,  in tcp_tsq_write()1585 unsigned int tcp_current_mss(struct sock *sk)  in tcp_current_mss()  function
 2044 		int mss = tcp_current_mss(sk);  in tcp_mtu_check_reprobe()
 2113 	mss_now = tcp_current_mss(sk);  in tcp_mtu_probe()
 2547 	int mss = tcp_current_mss(sk);  in tcp_send_loss_probe()
 2916 	cur_mss = tcp_current_mss(sk);  in __tcp_retransmit_skb()
 3039 	max_segs = tcp_tso_segs(sk, tcp_current_mss(sk));  in tcp_xmit_retransmit_queue()
 3161 	__tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF);  in tcp_send_fin()
 3760 		unsigned int mss = tcp_current_mss(sk);  in tcp_write_wakeup()
 
 | 
| D | tcp_input.c | 1749 	state->mss_now = tcp_current_mss(sk);  in tcp_sacktag_write_queue()2600 	unsigned int mss = tcp_current_mss(sk);  in tcp_simple_retransmit()
 3554 		__tcp_push_pending_frames(sk, tcp_current_mss(sk),  in tcp_xmit_recovery()
 
 | 
| D | tcp.c | 934 	mss_now = tcp_current_mss(sk);  in tcp_send_mss()
 | 
| /Linux-v5.4/include/net/ | 
| D | tcp.h | 610 unsigned int tcp_current_mss(struct sock *sk);1810 		__tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle);  in tcp_push_pending_frames()
 
 |