Searched refs:ipa_act (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1417 switch (ap->ipa_act.ipa_type) {
1423 return (ipsec_req_from_prot(&ap->ipa_act.ipa_apply, req));
1604 switch (ap->ipa_act.ipa_type) {
1619 ipp = &ap->ipa_act.ipa_apply;
1999 if (p->ipsp_act->ipa_act.ipa_type != IPSEC_ACT_APPLY)
2994 ap->ipa_act.ipa_type = IPSEC_ACT_APPLY;
2995 ap->ipa_act.ipa_log = 0;
2999 ap->ipa_act.ipa_apply.ipp_use_ah = (ah_assoc != NULL);
3002 ap->ipa_act.ipa_apply.ipp_use_esp = (esp_assoc != NULL);
3007 ap->ipa_act
[all...]
H A Dip_sadb.c254 ipsec_act_t *ap = &act->ipa_act;
H A Dsadb.c4906 if (ap->ipa_act.ipa_apply.ipp_use_unique || tunnel_mode)
5326 ASSERT(act->ipa_act.ipa_type == IPSEC_ACT_APPLY);
5328 ipp = &act->ipa_act.ipa_apply;
5694 if (ap->ipa_act.ipa_type != IPSEC_ACT_APPLY)
5697 if (ap->ipa_act.ipa_apply.ipp_km_proto)
5698 kmp = ap->ipa_act.ipa_apply.ipp_km_proto;
5699 if (ap->ipa_act.ipa_apply.ipp_km_cookie)
5700 kmc = ap->ipa_act.ipa_apply.ipp_km_cookie;
5701 if (ap->ipa_act.ipa_apply.ipp_replay_depth) {
5703 ap->ipa_act
[all...]
H A Dipsecah.c1771 if ((ap->ipa_act.ipa_type != IPSEC_POLICY_APPLY) ||
1772 (!ap->ipa_act.ipa_apply.ipp_use_ah))
1775 prot = &ap->ipa_act.ipa_apply;
H A Dipsecesp.c1221 if (ap->ipa_act.ipa_type != IPSEC_POLICY_APPLY)
1224 prot = &ap->ipa_act.ipa_apply;
H A Dspdsock.c1633 const struct ipsec_act *act = &(ap->ipa_act);
H A Dip.c12394 switch (ap->ipa_act.ipa_type) {
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h282 ipsec_act_t ipa_act; member in struct:ipsec_action_s
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1867 ipsec_act_ovhd(&pol->ipsp_act->ipa_act));
1914 ipsec_ovhd = ipsec_act_ovhd(&pol->ipsp_act->ipa_act);
1922 ipsec_act_ovhd(&pol->ipsp_act->ipa_act));

Completed in 161 milliseconds