Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c727 hptr = INBOUND_BUCKET(sp, ah->ah_spi); in ipsec_inbound_ah_sa()
868 bucket = INBOUND_BUCKET(sp, esph->esph_spi); in ipsec_inbound_esp_sa()
H A Dipsecah.c1605 bucket = INBOUND_BUCKET(sp, outassoc->ipsa_spi); in ah_set_usetime()
1704 bucket = INBOUND_BUCKET(sp, outassoc->ipsa_spi); in ah_age_bytes()
1783 inbound = INBOUND_BUCKET(&ahstack->ah_sadb.s_v6, in ah_getspi()
1788 inbound = INBOUND_BUCKET(&ahstack->ah_sadb.s_v4, in ah_getspi()
H A Dipsecesp.c634 bucket = INBOUND_BUCKET(sp, outassoc->ipsa_spi); in esp_age_bytes()
1029 bucket = INBOUND_BUCKET(sp, outassoc->ipsa_spi); in esp_set_usetime()
1161 inbound = INBOUND_BUCKET(&espstack->esp_sadb.s_v6, in esp_getspi()
1167 inbound = INBOUND_BUCKET(&espstack->esp_sadb.s_v4, in esp_getspi()
H A Dsadb.c2502 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_spi); in sadb_delpair_state_one()
2508 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_otherspi); in sadb_delpair_state_one()
2784 ipsapp->ipsap_pbucket = INBOUND_BUCKET(sq->sp, pair_spi); in get_ipsa_pair()
7895 bucket = INBOUND_BUCKET(sp, dying->ipsa_spi);
7897 bucket = INBOUND_BUCKET(sp,
8028 inbound_bucket = INBOUND_BUCKET(sp, assoc->ipsa_otherspi);
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h395 #define INBOUND_BUCKET(sadb, spi) &(((sadb)->sdb_if)[INBOUND_HASH(sadb, spi)]) macro