Searched defs:IPSEC_SEL_NOHASH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c133 #define IPSEC_SEL_NOHASH ((uint32_t)(~0)) macro
3131 return (IPSEC_SEL_NOHASH);
3145 return (IPSEC_SEL_NOHASH);
3382 bucket = (hval == IPSEC_SEL_NOHASH) ? 0 : hval;
3409 if (selkey->ipsl_sel_hval != IPSEC_SEL_NOHASH)
3412 sp->ipsl_key.ipsl_pol_hval = IPSEC_SEL_NOHASH;
3428 if (hval == IPSEC_SEL_NOHASH)
3553 if (sp->ipsl_key.ipsl_pol_hval == IPSEC_SEL_NOHASH) {
3666 if (selkey->ipsl_sel_hval == IPSEC_SEL_NOHASH) {
3835 if (hval == IPSEC_SEL_NOHASH) {
[all...]

Completed in 55 milliseconds