Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7216 ipf_tune_del(softc, oldtune) in ipf_tune_del() argument
7218 ipftuneable_t *oldtune;
7225 if (ta == oldtune) {
7226 *tap = oldtune->ipft_next;
7227 oldtune->ipft_next = NULL;
7252 ipf_tune_del_array(softc, oldtune) in ipf_tune_del_array() argument
7254 ipftuneable_t *oldtune;
7259 for (ot = oldtune; ot->ipft_name != NULL; ot++) {