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,
271 mm_tcp_update_required_gen_bufs( struct _lm_device_t * pdev, u32_t new_mss, u32_t old_mss, u32_t new_initial_rcv_wnd, u32_t old_initial_rcv_wnd) 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; local
3708 new_mss = _lm_tcp_calc_mss(path_cached->path_mtu,
3715 if (new_mss != tcp->rx_con->u.rx.sws_info.mss) {
3719 tcp->cid, tcp->rx_con->u.rx.sws_info.mss, new_mss);
3721 new_mss,
3726 tcp->rx_con->u.rx.sws_info.mss = new_mss;
3727 DbgBreakIf(new_mss > 0xffff);
3728 ctx->mss = (u16_t)new_mss;

Completed in 82 milliseconds