Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c7064 ipf_tune_del(ipf_main_softc_t *softc, ipftuneable_t *oldtune) argument
7071 if (ta == oldtune) {
7072 *tap = oldtune->ipft_next;
7073 oldtune->ipft_next = NULL;
7098 ipf_tune_del_array(ipf_main_softc_t *softc, ipftuneable_t *oldtune) argument
7103 for (ot = oldtune; ot->ipft_name != NULL; ot++) {