Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1136 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to) in t4opt_to_tcpopt() argument
1140 if (t4opt->mss) { in t4opt_to_tcpopt()
1142 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()
1145 if (t4opt->wsf > 0 && t4opt->wsf < 15) { in t4opt_to_tcpopt()
1147 to->to_wscale = t4opt->wsf; in t4opt_to_tcpopt()
1150 if (t4opt->tstamp) in t4opt_to_tcpopt()
1153 if (t4opt->sack) in t4opt_to_tcpopt()