Searched refs:keys_listhead (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.h37 #define IF_UTUN_GET_TX_CRYPTO_KEYS(pcb) LIST_FIRST(&pcb->utun_crypto_ctx[UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_OUT)].keys_listhead)
H A Dif_utun_crypto.c102 LIST_INIT(&crypto_ctx->keys_listhead);
240 LIST_INSERT_HEAD(&crypto_ctx->keys_listhead, crypto_keys, chain);
306 for (cur_crypto_keys = (__typeof__(cur_crypto_keys))LIST_FIRST(&crypto_ctx->keys_listhead);
H A Dif_utun_crypto.h271 LIST_HEAD(chain, utun_crypto_keys) keys_listhead; member in struct:utun_crypto_ctx
H A Dif_utun_crypto_ipsec.c595 for (cur_crypto_keys = (__typeof__(cur_crypto_keys))LIST_FIRST(&crypto_ctx->keys_listhead);

Completed in 21 milliseconds