Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c6837 ipf_tune_add_array(ipf_main_softc_t *softc, ipftuneable_t *newtune) argument
6842 for (nt = newtune; nt->ipft_name != NULL; nt++) {
6845 for (dt = newtune; dt != nt; dt++) {
6972 ipf_tune_add(ipf_main_softc_t *softc, ipftuneable_t *newtune) argument
6976 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
6985 newtune->ipft_next = NULL;
6986 *tap = newtune;