Searched refs:scx (Results 1 – 1 of 1) sorted by relevance
2391 struct syncache scs, *scx; in syncookie_cmp() local2395 scx = syncookie_lookup(inc, sch, &scs, th, to, lso); in syncookie_cmp()2400 if (scx != NULL) { in syncookie_cmp()2401 if (sc->sc_peer_mss != scx->sc_peer_mss) in syncookie_cmp()2403 s, __func__, sc->sc_peer_mss, scx->sc_peer_mss); in syncookie_cmp()2405 if (sc->sc_requested_r_scale != scx->sc_requested_r_scale) in syncookie_cmp()2408 scx->sc_requested_r_scale); in syncookie_cmp()2410 if (sc->sc_requested_s_scale != scx->sc_requested_s_scale) in syncookie_cmp()2413 scx->sc_requested_s_scale); in syncookie_cmp()2415 if ((sc->sc_flags & SCF_SACK) != (scx->sc_flags & SCF_SACK)) in syncookie_cmp()