HomeSort by: relevance | last modified time | path
    Searched refs:ipfr_hnext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_frag.h 18 struct ipfr *ipfr_hnext, **ipfr_hprev; member in struct:ipfr
ip_frag.c 452 for (fra = table[idx]; (fra != NULL); fra = fra->ipfr_hnext)
476 if ((fra->ipfr_hnext = table[idx]) != NULL)
477 table[idx]->ipfr_hprev = &fra->ipfr_hnext;
685 for (f = table[idx]; f; f = f->ipfr_hnext) {
727 (*fp) = f->ipfr_hnext;
728 if (f->ipfr_hnext != NULL)
729 f->ipfr_hnext->ipfr_hprev = fp;
733 f->ipfr_hnext = table[idx];
734 table[idx]->ipfr_hprev = &f->ipfr_hnext;
962 if (fra->ipfr_hnext)
    [all...]

Completed in 15 milliseconds