Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c6845 ipf_tune_add_array(ipf_main_softc_t *softc, ipftuneable_t *newtune) in ipf_tune_add_array() argument
6850 for (nt = newtune; nt->ipft_name != NULL; nt++) { in ipf_tune_add_array()
6853 for (dt = newtune; dt != nt; dt++) { in ipf_tune_add_array()
6980 ipf_tune_add(ipf_main_softc_t *softc, ipftuneable_t *newtune) in ipf_tune_add() argument
6984 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name); in ipf_tune_add()
6993 newtune->ipft_next = NULL; in ipf_tune_add()
6994 *tap = newtune; in ipf_tune_add()