Searched refs:new_mss (Results 1 – 3 of 3) sorted by relevance
273 u32_t new_mss, in mm_tcp_update_required_gen_bufs() argument
314 u32_t new_mss,
3706 u32_t new_mss = 0; in lm_tcp_set_path_cached() local3708 new_mss = _lm_tcp_calc_mss(path_cached->path_mtu, in lm_tcp_set_path_cached()3715 if (new_mss != tcp->rx_con->u.rx.sws_info.mss) { in lm_tcp_set_path_cached()3719 tcp->cid, tcp->rx_con->u.rx.sws_info.mss, new_mss); in lm_tcp_set_path_cached()3721 new_mss, in lm_tcp_set_path_cached()3726 tcp->rx_con->u.rx.sws_info.mss = new_mss; in lm_tcp_set_path_cached()3727 DbgBreakIf(new_mss > 0xffff); in lm_tcp_set_path_cached()3728 ctx->mss = (u16_t)new_mss; in lm_tcp_set_path_cached()