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

/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_log.c169 ipftuneable_t *ipf_log_tune; member in struct:ipf_log_softc_s
230 softl->ipf_log_tune = ipf_tune_array_copy(softl,
233 if (softl->ipf_log_tune == NULL) {
237 if (ipf_tune_array_link(softc, softl->ipf_log_tune) == -1) {
356 if (softl->ipf_log_tune != NULL) {
357 ipf_tune_array_unlink(softc, softl->ipf_log_tune);
358 KFREES(softl->ipf_log_tune, sizeof(ipf_log_tuneables));
359 softl->ipf_log_tune = NULL;

Completed in 80 milliseconds