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

  /src/sys/external/bsd/ipf/netinet/
fil.c 6870 /* tuneables for this context (softc->ipf_tuners.) To properly prepare the */
6894 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
6915 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
6984 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
6990 for (tap = &softc->ipf_tuners; *tap != NULL; tap = &(*tap)->ipft_next)
7015 for (tap = &softc->ipf_tuners; (ta = *tap) != NULL;
7102 ta = ipf_tune_findbycookie(&softc->ipf_tuners,
7105 ta = softc->ipf_tuners;
7148 ta = ipf_tune_findbycookie(&softc->ipf_tuners,
7153 ta = ipf_tune_findbyname(softc->ipf_tuners,
    [all...]
ip_fil.h 1640 ipftuneable_t *ipf_tuners; member in struct:ipf_main_softc_s

Completed in 18 milliseconds