Home
last modified time | relevance | path

Searched refs:ipsa_otherspi (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c1144 otherspi = ipsa->ipsa_otherspi; in sadb_sa2msg()
2508 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_otherspi); in sadb_delpair_state_one()
2511 entry->ipsa_otherspi, entry->ipsa_dstaddr, in sadb_delpair_state_one()
2631 ipsapp.ipsap_psa_ptr->ipsa_otherspi = 0; in sadb_delget_sa()
2757 pair_spi = ipsapp->ipsap_sa_ptr->ipsa_otherspi; in get_ipsa_pair()
4064 if (assoc->ipsa_haspeer || assoc->ipsa_otherspi != 0) {
4762 ipsapp->ipsap_sa_ptr->ipsa_otherspi = pair_ext->sadb_x_pair_spi;
4809 ipsapp->ipsap_sa_ptr->ipsa_otherspi = 0;
4813 oipsapp.ipsap_psa_ptr->ipsa_otherspi = assoc->sadb_sa_spi;
7898 dying->ipsa_otherspi);
[all …]
H A Dipsecesp.c1351 if (remote == 0 || assoc->ipsa_otherspi == 0 || in esp_port_freshness()
1362 outbound_peer = ipsec_getassocbyspi(bucket, assoc->ipsa_otherspi, in esp_port_freshness()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h316 uint32_t ipsa_otherspi; member