Home
last modified time | relevance | path

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

/dragonfly/sys/net/wg/
H A Dif_wg.c302 int sc_decrypt_last_cpu; member
1977 cpu = (sc->sc_decrypt_last_cpu + 1) % ncpus; in wg_decrypt_dispatch()
1978 sc->sc_decrypt_last_cpu = cpu; in wg_decrypt_dispatch()