Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dsadb.h929 extern void ipsec_destroy_ctx_tmpl(ipsa_t *, ipsec_algtype_t);
/titanic_50/usr/src/uts/common/inet/ip/
H A Dsadb.c291 ipsec_destroy_ctx_tmpl(ipsa, IPSEC_ALG_AUTH); in sadb_freeassoc()
292 ipsec_destroy_ctx_tmpl(ipsa, IPSEC_ALG_ENCR); in sadb_freeassoc()
7125 ipsec_destroy_ctx_tmpl(entry, update_state->alg_type);
7252 ipsec_destroy_ctx_tmpl(ipsa_t *sa, ipsec_algtype_t alg_type) function