Lines Matching defs:itp
5190 ipsec_tun_pol_t *itp = iptun->iptun_itp;
5207 ASSERT(itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE));
5208 polhead = itp->itp_policy;
5228 if (itp->itp_flags & ITPF_P_PER_PORT_SECURITY) {
5277 mp = ipsec_fragcache_add(&itp->itp_fragcache, NULL, mp,
5382 /* ASSERT(itp->itp_flags & ITPF_P_TUNNEL); */
5413 if (!(itp->itp_flags & ITPF_P_TUNNEL)) {
5543 ipsec_tun_inbound(ip_recv_attr_t *ira, mblk_t *data_mp, ipsec_tun_pol_t *itp,
5578 if (itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE)) {
5581 polhead = itp->itp_policy;
5590 port_policy_present = ((itp->itp_flags &
5670 mp = ipsec_fragcache_add(&itp->itp_fragcache,
5834 if ((itp->itp_flags & ITPF_P_TUNNEL) && !is_icmp) {
6102 ipsec_tun_pol_t *itp = NULL;
6122 itp = iptun->iptun_itp;
6123 if (itp != NULL) {
6125 ITP_REFHOLD(itp);
6127 } /* Else itp is already NULL. */
6131 return (itp);