Searched refs:ipa_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1225 if (act->ipa_type != IPSEC_ACT_APPLY) {
1378 act.ipa_type = IPSEC_ACT_BYPASS;
1380 act.ipa_type = IPSEC_ACT_APPLY;
1417 switch (ap->ipa_act.ipa_type) {
1604 switch (ap->ipa_act.ipa_type) {
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) {
3217 if ((a[i].ipa_type == IPSEC_ACT_BYPASS) ||
3218 (a[i].ipa_type
[all...]
H A Dip_sadb.c255 if (ap->ipa_type != IPSEC_POLICY_APPLY)
H A Dspdsock.c736 act->ipa_type = IPSEC_ACT_DISCARD;
740 act->ipa_type = IPSEC_ACT_CLEAR;
744 act->ipa_type = IPSEC_ACT_APPLY;
784 if ((act->ipa_type != IPSEC_ACT_APPLY) &&
793 if ((act->ipa_type == IPSEC_ACT_APPLY) &&
1637 switch (act->ipa_type) {
H A Dsadb.c5326 ASSERT(act->ipa_act.ipa_type == IPSEC_ACT_APPLY);
5694 if (ap->ipa_act.ipa_type != IPSEC_ACT_APPLY)
H A Dipsecah.c1771 if ((ap->ipa_act.ipa_type != IPSEC_POLICY_APPLY) ||
H A Dipsecesp.c1221 if (ap->ipa_act.ipa_type != IPSEC_POLICY_APPLY)
H A Dip.c12394 switch (ap->ipa_act.ipa_type) {
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h256 uint8_t ipa_type; member in struct:ipsec_act

Completed in 153 milliseconds