Searched refs:scx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_syncache.c | 2355 struct syncache scs, *scx; in syncookie_cmp() local 2359 scx = syncookie_lookup(inc, sch, &scs, th, to, lso, port); in syncookie_cmp() 2364 if (scx != NULL) { in syncookie_cmp() 2365 if (sc->sc_peer_mss != scx->sc_peer_mss) in syncookie_cmp() 2367 s, __func__, sc->sc_peer_mss, scx->sc_peer_mss); in syncookie_cmp() 2369 if (sc->sc_requested_r_scale != scx->sc_requested_r_scale) in syncookie_cmp() 2372 scx->sc_requested_r_scale); in syncookie_cmp() 2374 if (sc->sc_requested_s_scale != scx->sc_requested_s_scale) in syncookie_cmp() 2377 scx->sc_requested_s_scale); in syncookie_cmp() 2379 if ((sc->sc_flags & SCF_SACK) != (scx->sc_flags & SCF_SACK)) in syncookie_cmp()
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 800 scx-proxy 470/tcp 801 scx-proxy 470/udp
|