Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dfil.c7183 ipf_tune_del(softc, oldtune) in ipf_tune_del() argument
7185 ipftuneable_t *oldtune;
7192 if (ta == oldtune) {
7193 *tap = oldtune->ipft_next;
7194 oldtune->ipft_next = NULL;
7219 ipf_tune_del_array(softc, oldtune) in ipf_tune_del_array() argument
7221 ipftuneable_t *oldtune;
7226 for (ot = oldtune; ot->ipft_name != NULL; ot++) {