TCP_SACK_SEEN
tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0;
tp->rx_opt.sack_ok |= TCP_SACK_SEEN;
opt_rx->sack_ok = TCP_SACK_SEEN;