Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c1232 iphtable_t *iph, zp, *nextiph; local
1239 nextiph = NULL;
1249 nextiph = softh->ipf_htables[(int)ilp->ili_unit + 1];
1251 nextiph = iph->iph_next;
1254 if (nextiph != NULL) {
1255 ATOMIC_INC(nextiph->iph_ref);
1256 token->ipt_data = nextiph;
1259 nextiph = &zp;
1262 hnext = nextiph->iph_next;
1305 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph));