Lines Matching refs:itp
6563 sadb_address_t *innsrcext, sadb_address_t *inndstext, ipsec_tun_pol_t *itp, argument
6576 if ((itp == NULL) ||
6577 (itp->itp_flags & (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) !=
6601 if ((itp == NULL) || !(itp->itp_flags & ITPF_P_ACTIVE)) {
6608 } else if (itp->itp_flags & ITPF_P_TUNNEL) {
6620 ASSERT(itp != NULL);
6621 polhead = itp->itp_policy;
6716 ipsec_tun_pol_t *itp = NULL; local
6818 itp = itp_get_byaddr((uint32_t *)(&sel.ips_local_addr_v6),
6830 err = ipsec_tun_pol(&isel, &pp, innsrcext, inndstext, itp,
6864 (itp != NULL && (itp->itp_flags & ITPF_P_TUNNEL)),
6873 if (itp != NULL) {
6874 ITP_REFRELE(itp, ns);