Home
last modified time | relevance | path

Searched refs:new_mss (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l4.c273 u32_t new_mss, in mm_tcp_update_required_gen_bufs() argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h314 u32_t new_mss,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3706 u32_t new_mss = 0; in lm_tcp_set_path_cached() local
3708 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()