Searched refs:ipf_log_tune (Results 1 – 1 of 1) sorted by relevance
128 ipftuneable_t *ipf_log_tune; member190 softl->ipf_log_tune = ipf_tune_array_copy(softl, in ipf_log_soft_create()193 if (softl->ipf_log_tune == NULL) { in ipf_log_soft_create()197 if (ipf_tune_array_link(softc, softl->ipf_log_tune) == -1) { in ipf_log_soft_create()309 if (softl->ipf_log_tune != NULL) { in ipf_log_soft_destroy()310 ipf_tune_array_unlink(softc, softl->ipf_log_tune); in ipf_log_soft_destroy()311 KFREES(softl->ipf_log_tune, sizeof(ipf_log_tuneables)); in ipf_log_soft_destroy()312 softl->ipf_log_tune = NULL; in ipf_log_soft_destroy()