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

/freebsd-10.2-release/contrib/ipfilter/
H A Dip_dstlist.h38 struct ippool_dst **ipld_pnext; member in struct:ippool_dst
H A Dip_dstlist.c873 new->ipld_pnext = softd->tails[unit + 1];
939 softd->tails[d->ipld_unit + 1] = d->ipld_pnext;
941 if (d->ipld_pnext != NULL)
942 *d->ipld_pnext = d->ipld_next;
944 d->ipld_next->ipld_pnext = d->ipld_pnext;
945 d->ipld_pnext = NULL;
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h38 struct ippool_dst **ipld_pnext; member in struct:ippool_dst
H A Dip_dstlist.c873 new->ipld_pnext = softd->tails[unit + 1];
939 softd->tails[d->ipld_unit + 1] = d->ipld_pnext;
941 if (d->ipld_pnext != NULL)
942 *d->ipld_pnext = d->ipld_next;
944 d->ipld_next->ipld_pnext = d->ipld_pnext;
945 d->ipld_pnext = NULL;

Completed in 53 milliseconds