Searched refs:ipsec_remove_crypto_data (Results 1 – 4 of 4) sorted by relevance
846 extern mblk_t *ipsec_remove_crypto_data(mblk_t *, ipsec_crypto_t **);
2693 async_mp = ipsec_remove_crypto_data(mp, &ic); in ah_kcf_callback_outbound()2766 async_mp = ipsec_remove_crypto_data(mp, &ic); in ah_kcf_callback_inbound()
1872 async_mp = ipsec_remove_crypto_data(mp, &ic); in esp_kcf_callback_outbound()1958 async_mp = ipsec_remove_crypto_data(mp, &ic); in esp_kcf_callback_inbound()
2942 ipsec_remove_crypto_data(mblk_t *crypto_mp, ipsec_crypto_t **icp) in ipsec_remove_crypto_data() function