Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dstlist.c866 new->ipld_pnext = softd->tails[unit + 1];
932 softd->tails[d->ipld_unit + 1] = d->ipld_pnext;
934 if (d->ipld_pnext != NULL)
935 *d->ipld_pnext = d->ipld_next;
937 d->ipld_next->ipld_pnext = d->ipld_pnext;
938 d->ipld_pnext = NULL;
H A Dip_dstlist.h38 struct ippool_dst **ipld_pnext; member