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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h271 #define IPSEC_ACT_APPLY 0x01 /* match IPSEC_POLICY_APPLY */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1225 if (act->ipa_type != IPSEC_ACT_APPLY) {
1380 act.ipa_type = IPSEC_ACT_APPLY;
1422 case IPSEC_ACT_APPLY:
1618 case IPSEC_ACT_APPLY:
1999 if (p->ipsp_act->ipa_act.ipa_type != IPSEC_ACT_APPLY)
2994 ap->ipa_act.ipa_type = IPSEC_ACT_APPLY;
3078 if (act->ipa_type == IPSEC_ACT_APPLY) {
3220 if (a[i].ipa_type == IPSEC_ACT_APPLY) {
3693 (ipp->ipsp_act->ipa_act.ipa_type == IPSEC_ACT_APPLY)) {
3700 IPSEC_ACT_APPLY)) {
[all...]
H A Dspdsock.c744 act->ipa_type = IPSEC_ACT_APPLY;
784 if ((act->ipa_type != IPSEC_ACT_APPLY) &&
793 if ((act->ipa_type == IPSEC_ACT_APPLY) &&
1647 case IPSEC_ACT_APPLY:
H A Dsadb.c5326 ASSERT(act->ipa_act.ipa_type == IPSEC_ACT_APPLY);
5694 if (ap->ipa_act.ipa_type != IPSEC_ACT_APPLY)

Completed in 76 milliseconds