Home
last modified time | relevance | path

Searched refs:IPSA_STATE_LARVAL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c647 ASSERT(assoc->ipsa_state != IPSA_STATE_LARVAL); in ipsec_outbound_sa()
747 if (assoc->ipsa_state == IPSA_STATE_LARVAL) { in ipsec_inbound_ah_sa()
890 if (ipsa->ipsa_state == IPSA_STATE_LARVAL) { in ipsec_inbound_esp_sa()
H A Dsadb.c353 ((assoc->ipsa_state == IPSA_STATE_LARVAL) || in sadb_delete_cluster()
399 newbie->ipsa_state = IPSA_STATE_LARVAL; in sadb_makelarvalassoc()
2426 if (entry->ipsa_state == IPSA_STATE_LARVAL || in sadb_purge_cb()
2736 if ((ipsapp->ipsap_sa_ptr->ipsa_state == IPSA_STATE_LARVAL) && in get_ipsa_pair()
4034 if (((assoc->ipsa_state == IPSA_STATE_LARVAL) ||
4549 if (ipsapp.ipsap_sa_ptr->ipsa_state == IPSA_STATE_LARVAL) {
4665 ((ipsapp.ipsap_sa_ptr->ipsa_state == IPSA_STATE_LARVAL) ||
7184 if (ipsa->ipsa_state == IPSA_STATE_LARVAL) {
7358 if (entry->ipsa_state == IPSA_STATE_LARVAL)
H A Dipsecah.c907 (larval->ipsa_state != IPSA_STATE_LARVAL)) { in ah_add_sa_finish()
H A Dipsecesp.c3201 (larval->ipsa_state != IPSA_STATE_LARVAL)) { in esp_add_sa_finish()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h452 #define IPSA_STATE_LARVAL SADB_SASTATE_LARVAL macro