Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c356 if ((fra->ipfr_hnext = table[idx]) != NULL)
357 table[idx]->ipfr_hprev = &fra->ipfr_hnext;
514 for (f = table[idx]; f; f = f->ipfr_hnext)
558 (*fp) = f->ipfr_hnext;
559 if (f->ipfr_hnext != NULL)
560 f->ipfr_hnext->ipfr_hprev = fp;
564 f->ipfr_hnext = table[idx];
565 table[idx]->ipfr_hprev = &f->ipfr_hnext;
768 if (fra->ipfr_hnext)
769 fra->ipfr_hnext->ipfr_hprev = fra->ipfr_hprev;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_frag.h19 struct ipfr *ipfr_hnext, **ipfr_hprev; member