Lines Matching defs:targp
6868 ipsec_fragcache_entry_t *targp;6882 targp = (frag->itpf_ptr)[slot];6883 ASSERT(targp != 0);6885 if (targp == fep) {6896 while (targp) {6897 if (targp->itpfe_next == fep) {6899 targp->itpfe_next = nextp;6905 targp = targp->itpfe_next;6906 ASSERT(targp != 0);