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

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c995 if (t4opt->wsf > 0 && t4opt->wsf < 15) {
997 to->to_wscale = t4opt->wsf;
1038 if (tcpopt->wsf < 15 && V_tcp_do_rfc1323)
1397 rscale = cpl->tcpopt.wsf && V_tcp_do_rfc1323 ? select_rcv_wscale() : 0;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c410 if (t3opt->wsf) {
412 to->to_wscale = t3opt->wsf;
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h203 __u8 wsf; member in struct:tcp_options
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h354 __u8 wsf; member in struct:tcp_options

Completed in 148 milliseconds