Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/wg/
H A Dif_wg.c245 u_int sc_decrypt_last_cpu; member
1626 u_int cpu = (sc->sc_decrypt_last_cpu + 1) % mp_ncpus; in wg_decrypt_dispatch()
1627 sc->sc_decrypt_last_cpu = cpu; in wg_decrypt_dispatch()