tcp_current_mss   621 include/net/tcp.h unsigned int tcp_current_mss(struct sock *sk);
tcp_current_mss  1834 include/net/tcp.h 		__tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle);
tcp_current_mss   942 net/ipv4/tcp.c 	mss_now = tcp_current_mss(sk);
tcp_current_mss  1753 net/ipv4/tcp_input.c 	state->mss_now = tcp_current_mss(sk);
tcp_current_mss  2604 net/ipv4/tcp_input.c 	unsigned int mss = tcp_current_mss(sk);
tcp_current_mss  3559 net/ipv4/tcp_input.c 		__tcp_push_pending_frames(sk, tcp_current_mss(sk),
tcp_current_mss   803 net/ipv4/tcp_output.c 		tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle,
tcp_current_mss  2052 net/ipv4/tcp_output.c 		int mss = tcp_current_mss(sk);
tcp_current_mss  2121 net/ipv4/tcp_output.c 	mss_now = tcp_current_mss(sk);
tcp_current_mss  2563 net/ipv4/tcp_output.c 	int mss = tcp_current_mss(sk);
tcp_current_mss  2932 net/ipv4/tcp_output.c 	cur_mss = tcp_current_mss(sk);
tcp_current_mss  3059 net/ipv4/tcp_output.c 	max_segs = tcp_tso_segs(sk, tcp_current_mss(sk));
tcp_current_mss  3181 net/ipv4/tcp_output.c 	__tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF);
tcp_current_mss  3781 net/ipv4/tcp_output.c 		unsigned int mss = tcp_current_mss(sk);