Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c137 ipftuneable_t *ipf_log_tune; member
200 softl->ipf_log_tune = ipf_tune_array_copy(softl,
203 if (softl->ipf_log_tune == NULL) {
207 if (ipf_tune_array_link(softc, softl->ipf_log_tune) == -1) {
329 if (softl->ipf_log_tune != NULL) {
330 ipf_tune_array_unlink(softc, softl->ipf_log_tune);
331 KFREES(softl->ipf_log_tune, sizeof(ipf_log_tuneables));
332 softl->ipf_log_tune = NULL;