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.c6996 ipf_tune_del(ipf_main_softc_t *softc, ipftuneable_t *oldtune) argument
7003 if (ta == oldtune) {
7004 *tap = oldtune->ipft_next;
7005 oldtune->ipft_next = NULL;
7030 ipf_tune_del_array(ipf_main_softc_t *softc, ipftuneable_t *oldtune) argument
7035 for (ot = oldtune; ot->ipft_name != NULL; ot++) {