tcp_current_mss
__tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle);
unsigned int tcp_current_mss(struct sock *sk);
mss_now = tcp_current_mss(sk);
state->mss_now = tcp_current_mss(sk);
mss = tcp_current_mss(sk);
__tcp_push_pending_frames(sk, tcp_current_mss(sk),
tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle,
int mss = tcp_current_mss(sk);
mss_now = tcp_current_mss(sk);
mss_now = tcp_current_mss(sk);
int mss = tcp_current_mss(sk);
cur_mss = tcp_current_mss(sk);
max_segs = tcp_tso_segs(sk, tcp_current_mss(sk));
__tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF);
unsigned int mss = tcp_current_mss(sk);