Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dspd.c1225 if (act->ipa_type != IPSEC_ACT_APPLY) { in ipsec_act_wildcard_expand()
1380 act.ipa_type = IPSEC_ACT_APPLY; in ipsec_actvec_from_req()
1422 case IPSEC_ACT_APPLY: in ipsec_req_from_act()
1618 case IPSEC_ACT_APPLY: in ipsec_check_ipsecin_action()
1999 if (p->ipsp_act->ipa_act.ipa_type != IPSEC_ACT_APPLY) in ipsec_find_policy_chain()
2994 ap->ipa_act.ipa_type = IPSEC_ACT_APPLY; in ipsec_in_to_out_action()
3078 if (act->ipa_type == IPSEC_ACT_APPLY) { in ipsec_act_ovhd()
3220 if (a[i].ipa_type == IPSEC_ACT_APPLY) { in ipsec_act_find()
3693 (ipp->ipsp_act->ipa_act.ipa_type == IPSEC_ACT_APPLY)) { in ipsec_check_policy()
3700 IPSEC_ACT_APPLY)) { in ipsec_check_policy()
H A Dspdsock.c744 act->ipa_type = IPSEC_ACT_APPLY; in spd_convert_type()
784 if ((act->ipa_type != IPSEC_ACT_APPLY) && in spdsock_check_action()
793 if ((act->ipa_type == IPSEC_ACT_APPLY) && in spdsock_check_action()
1647 case IPSEC_ACT_APPLY: in spdsock_encode_action()
H A Dsadb.c5326 ASSERT(act->ipa_act.ipa_type == IPSEC_ACT_APPLY);
5694 if (ap->ipa_act.ipa_type != IPSEC_ACT_APPLY)
/titanic_50/usr/src/uts/common/inet/
H A Dipsec_impl.h271 #define IPSEC_ACT_APPLY 0x01 /* match IPSEC_POLICY_APPLY */ macro