tcp_current_mss   486 include/net/tcp.h extern unsigned int tcp_current_mss(struct sock *sk, int large);
tcp_current_mss   829 include/net/tcp.h 	__tcp_push_pending_frames(sk, tcp_current_mss(sk, 1), tp->nonagle);
tcp_current_mss   674 net/ipv4/tcp.c 	mss_now = tcp_current_mss(sk, !(flags&MSG_OOB));
tcp_current_mss   758 net/ipv4/tcp.c 		mss_now = tcp_current_mss(sk, !(flags&MSG_OOB));
tcp_current_mss   841 net/ipv4/tcp.c 	mss_now = tcp_current_mss(sk, !(flags&MSG_OOB));
tcp_current_mss  1004 net/ipv4/tcp.c 			mss_now = tcp_current_mss(sk, !(flags&MSG_OOB));
tcp_current_mss   905 net/ipv4/tcp_output.c 		tcp_set_skb_tso_segs(sk, skb, tcp_current_mss(sk, 1));
tcp_current_mss  1252 net/ipv4/tcp_output.c 		tcp_snd_test(sk, skb, tcp_current_mss(sk, 1),
tcp_current_mss  1405 net/ipv4/tcp_output.c 	mss_now = tcp_current_mss(sk, 0);
tcp_current_mss  1848 net/ipv4/tcp_output.c 	unsigned int mss = tcp_current_mss(sk, 0);
tcp_current_mss  1922 net/ipv4/tcp_output.c 	cur_mss = tcp_current_mss(sk, 0);
tcp_current_mss  2139 net/ipv4/tcp_output.c 	mss_now = tcp_current_mss(sk, 1);
tcp_current_mss  2551 net/ipv4/tcp_output.c 		unsigned int mss = tcp_current_mss(sk, 0);