Searched refs:sc_cookie (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/asmc/ |
| H A D | asmcvar.h | 55 void *sc_cookie; member
|
| H A D | asmc.c | 683 asmc_sms_intrfast, NULL, dev, &sc->sc_cookie); in asmc_attach() 725 if (sc->sc_cookie) { in asmc_detach() 726 bus_teardown_intr(dev, sc->sc_irq, sc->sc_cookie); in asmc_detach() 727 sc->sc_cookie = NULL; in asmc_detach()
|
| /freebsd/sys/dev/wg/ |
| H A D | if_wg.c | 232 struct cookie_checker sc_cookie; member 1338 cookie_checker_create_payload(&sc->sc_cookie, cm, pkt.nonce, in wg_send_cookie() 1396 res = cookie_checker_validate_macs(&sc->sc_cookie, &init->m, in wg_handshake() 1430 res = cookie_checker_validate_macs(&sc->sc_cookie, &resp->m, in wg_handshake() 2670 cookie_checker_update(&sc->sc_cookie, public); in wgc_set() 2672 cookie_checker_update(&sc->sc_cookie, NULL); in wgc_set() 2994 cookie_checker_init(&sc->sc_cookie); in wg_clone_create() 3117 cookie_checker_free(&sc->sc_cookie); in wg_clone_destroy()
|