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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_htable.c1236 iphtable_t *iph, zp, *nextiph; local
1243 nextiph = NULL;
1253 nextiph = softh->ipf_htables[(int)ilp->ili_unit + 1];
1255 nextiph = iph->iph_next;
1258 if (nextiph != NULL) {
1259 ATOMIC_INC(nextiph->iph_ref);
1260 token->ipt_data = nextiph;
1263 nextiph = &zp;
1266 hnext = nextiph->iph_next;
1309 err = COPYOUT(nextiph, il
[all...]

Completed in 102 milliseconds