Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_syncache.h69 sc_requested_r_scale:4; member
Dtcp_syncache.c915 tp->request_r_scale = sc->sc_requested_r_scale; in syncache_socket()
1598 sc->sc_requested_r_scale = wscale; in syncache_add()
1804 to.to_wscale = sc->sc_requested_r_scale; in syncache_respond()
2187 sc->sc_requested_r_scale = wscale; in syncookie_lookup()
2235 if (sc->sc_requested_r_scale != scx->sc_requested_r_scale) in syncookie_cmp()
2237 s, __func__, sc->sc_requested_r_scale, in syncookie_cmp()
2238 scx->sc_requested_r_scale); in syncookie_cmp()