Lines Matching refs:itp
6824 sadb_address_t *innsrcext, sadb_address_t *inndstext, ipsec_tun_pol_t *itp, argument
6837 if ((itp == NULL) ||
6838 (itp->itp_flags & (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) !=
6862 if ((itp == NULL) || !(itp->itp_flags & ITPF_P_ACTIVE)) {
6869 } else if (itp->itp_flags & ITPF_P_TUNNEL) {
6881 ASSERT(itp != NULL);
6882 polhead = itp->itp_policy;
6977 ipsec_tun_pol_t *itp = NULL; local
7079 itp = itp_get_byaddr((uint32_t *)(&sel.ips_local_addr_v6),
7091 err = ipsec_tun_pol(&isel, &pp, innsrcext, inndstext, itp,
7130 (itp != NULL && (itp->itp_flags & ITPF_P_TUNNEL)), NULL,
7154 if (itp != NULL) {
7155 ITP_REFRELE(itp, ns);