Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/ipfilter/netinet/
HDip_frag.c454 for (fra = table[idx]; (fra != NULL); fra = fra->ipfr_hnext)
478 if ((fra->ipfr_hnext = table[idx]) != NULL)
479 table[idx]->ipfr_hprev = &fra->ipfr_hnext;
696 for (f = table[idx]; f; f = f->ipfr_hnext) {
736 (*fp) = f->ipfr_hnext;
737 if (f->ipfr_hnext != NULL)
738 f->ipfr_hnext->ipfr_hprev = fp;
742 f->ipfr_hnext = table[idx];
743 table[idx]->ipfr_hprev = &f->ipfr_hnext;
980 if (fra->ipfr_hnext)
[all …]
HDip_frag.h19 struct ipfr *ipfr_hnext, **ipfr_hprev; member