Lines Matching defs:actp
938 iptun_insert_simple_policies(ipsec_policy_head_t *ph, ipsec_act_t *actp,
943 if (!ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_INBOUND, ns) ||
944 !ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_OUTBOUND, ns))
948 return (ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_INBOUND, ns) &&
949 ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_OUTBOUND, ns));
961 ipsec_act_t *actp = NULL;
994 ipsec_actvec_from_req(ipsr, &actp, &nact, ns);
995 if (actp == NULL) {
1039 if (iptun_insert_simple_policies(itp->itp_policy, actp, nact, ns)) {
1069 if (actp != NULL)
1070 ipsec_actvec_free(actp, nact);