Home
last modified time | relevance | path

Searched refs:nextiph (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_htable.c652 iphtable_t *iph, zp, *nextiph; local
658 nextiph = NULL;
674 nextiph = ifs->ifs_ipf_htables[(int)ilp->ili_unit];
676 nextiph = iph->iph_next;
678 if (nextiph != NULL) {
679 ATOMIC_INC(nextiph->iph_ref);
680 token->ipt_data = nextiph;
683 nextiph = &zp;
728 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph));
739 if (nextiph->iph_next == NULL)