Searched refs:ipsl_pol_hval (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h384 uint32_t ipsl_pol_hval; member in struct:ipsec_selkey
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3389 offsetof(ipsec_selkey_t, ipsl_pol_hval)) == 0)
3410 sp->ipsl_key.ipsl_pol_hval = 0;
3412 sp->ipsl_key.ipsl_pol_hval = IPSEC_SEL_NOHASH;
3553 if (sp->ipsl_key.ipsl_pol_hval == IPSEC_SEL_NOHASH) {
3556 head = pr->ipr_hash[sp->ipsl_key.ipsl_pol_hval].hash_head;
3669 selkey->ipsl_pol_hval =
3676 head = pr->ipr_hash[selkey->ipsl_pol_hval].hash_head;
3820 uint32_t hval = selkey->ipsl_pol_hval;

Completed in 82 milliseconds