Searched refs:UTUN_CRYPTO_DIR_TO_IDX (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.c95 for (idx = 0; idx < UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_MAX); idx++) {
209 idx = UTUN_CRYPTO_DIR_TO_IDX(crypto_keys_args->dir);
292 idx = UTUN_CRYPTO_DIR_TO_IDX(crypto_keys_args->dir);
376 idx = UTUN_CRYPTO_DIR_TO_IDX(crypto_keys_idx_args->dir);
520 int idx = UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_OUT);
H A Dif_utun_crypto.h286 #define UTUN_CRYPTO_DIR_TO_IDX(dir) (dir - 1) macro
H A Dif_utun_crypto_ipsec.c587 for (idx = 0; idx < UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_MAX); idx++) {

Completed in 11 milliseconds