Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7040 ipf_tune_add_array(softc, newtune) in ipf_tune_add_array() argument
7042 ipftuneable_t *newtune;
7047 for (nt = newtune; nt->ipft_name != NULL; nt++) {
7050 for (dt = newtune; dt != nt; dt++) {
7184 ipf_tune_add(softc, newtune) in ipf_tune_add() argument
7186 ipftuneable_t *newtune;
7190 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
7199 newtune->ipft_next = NULL;
7200 *tap = newtune;