Searched refs:G_TCPOPT_MSS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c250 tp->t_maxseg = tp->t_maxopd = sc->params.mtus[G_TCPOPT_MSS(opt)] - n;
253 G_TCPOPT_MSS(opt), sc->params.mtus[G_TCPOPT_MSS(opt)]);
/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h579 #define G_TCPOPT_MSS(x) (((x) >> 12) & 0xf) macro
/freebsd-10.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1538 tp->t_maxseg = tp->t_maxopd = sc->params.mtus[G_TCPOPT_MSS(tcpopt)] - 40;
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h625 #define G_TCPOPT_MSS(x) (((x) >> 12) & 0xf) macro

Completed in 189 milliseconds