Home
last modified time | relevance | path

Searched refs:IPSEC_ACT_APPLY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1226 if (act->ipa_type != IPSEC_ACT_APPLY) { in ipsec_act_wildcard_expand()
1381 act.ipa_type = IPSEC_ACT_APPLY; in ipsec_actvec_from_req()
1423 case IPSEC_ACT_APPLY: in ipsec_req_from_act()
1619 case IPSEC_ACT_APPLY: in ipsec_check_ipsecin_action()
2000 if (p->ipsp_act->ipa_act.ipa_type != IPSEC_ACT_APPLY) in ipsec_find_policy_chain()
2995 ap->ipa_act.ipa_type = IPSEC_ACT_APPLY; in ipsec_in_to_out_action()
3079 if (act->ipa_type == IPSEC_ACT_APPLY) { in ipsec_act_ovhd()
3222 if (a[i].ipa_type == IPSEC_ACT_APPLY) { in ipsec_act_find()
3695 (ipp->ipsp_act->ipa_act.ipa_type == IPSEC_ACT_APPLY)) { in ipsec_check_policy()
3702 IPSEC_ACT_APPLY)) { in ipsec_check_policy()
H A Dspdsock.c747 act->ipa_type = IPSEC_ACT_APPLY; in spd_convert_type()
787 if ((act->ipa_type != IPSEC_ACT_APPLY) && in spdsock_check_action()
796 if ((act->ipa_type == IPSEC_ACT_APPLY) && in spdsock_check_action()
1650 case IPSEC_ACT_APPLY: in spdsock_encode_action()
H A Dsadb.c5360 if (walker->ipa_act.ipa_type != IPSEC_ACT_APPLY)
5406 if (walker->ipa_act.ipa_type != IPSEC_ACT_APPLY)
5987 ASSERT(act->ipa_act.ipa_type == IPSEC_ACT_APPLY);
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h276 #define IPSEC_ACT_APPLY 0x01 /* match IPSEC_POLICY_APPLY */ macro