Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c244 u_int sc_encrypt_last_cpu; member
1709 u_int cpu = (sc->sc_encrypt_last_cpu + 1) % mp_ncpus; in wg_encrypt_dispatch()
1710 sc->sc_encrypt_last_cpu = cpu; in wg_encrypt_dispatch()