Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_frag.c487 if ((fra->ipfr_hnext = table[idx]) != NULL)
488 table[idx]->ipfr_hprev = &fra->ipfr_hnext;
707 for (f = table[idx]; f; f = f->ipfr_hnext) {
749 (*fp) = f->ipfr_hnext;
750 if (f->ipfr_hnext != NULL)
751 f->ipfr_hnext->ipfr_hprev = fp;
755 f->ipfr_hnext = table[idx];
756 table[idx]->ipfr_hprev = &f->ipfr_hnext;
995 if (fra->ipfr_hnext)
996 fra->ipfr_hnext->ipfr_hprev = fra->ipfr_hprev;
[all …]
H A Dip_frag.h19 struct ipfr *ipfr_hnext, **ipfr_hprev; member