HomeSort by: relevance | last modified time | path
    Searched defs:nextiph (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 1174 iphtable_t *iph, zp, *nextiph; local
1181 nextiph = NULL;
1191 nextiph = softh->ipf_htables[(int)ilp->ili_unit + 1];
1193 nextiph = iph->iph_next;
1196 if (nextiph != NULL) {
1197 ATOMIC_INC(nextiph->iph_ref);
1198 token->ipt_data = nextiph;
1201 nextiph = &zp;
1204 hnext = nextiph->iph_next;
1247 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph))
    [all...]
  /src/external/bsd/ipf/dist/
ip_htable.c 1236 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, ilp->ili_data, sizeof(*nextiph))
    [all...]

Completed in 28 milliseconds