Searched refs:tskp (Results 1 – 1 of 1) sorted by relevance
4447 md_setkey_t *tskp; in del_sk() local4449 for (skp = tskp = my_svc_sk; skp; tskp = skp, skp = skp->sk_next) { in del_sk()4454 tskp->sk_next = skp->sk_next; in del_sk()4467 md_setkey_t *tskp; in dupsk() local4469 tskp = Zalloc(sizeof (md_setkey_t)); in dupsk()4471 *tskp = *skp; in dupsk()4472 tskp->sk_host = Strdup(skp->sk_host); in dupsk()4473 tskp->sk_setname = Strdup(skp->sk_setname); in dupsk()4475 return (tskp); in dupsk()