Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/wg/
HDif_wg.c248 u_int sc_encrypt_last_cpu; member
1622 u_int cpu = (sc->sc_encrypt_last_cpu + 1) % mp_ncpus; in wg_encrypt_dispatch()
1623 sc->sc_encrypt_last_cpu = cpu; in wg_encrypt_dispatch()