Searched refs:ipf_proxy_tune (Results 1 – 1 of 1) sorted by relevance
113 ipftuneable_t *ipf_proxy_tune; member314 softp->ipf_proxy_tune = ipf_tune_array_copy(softp, in ipf_proxy_soft_create()317 if (softp->ipf_proxy_tune == NULL) { in ipf_proxy_soft_create()321 if (ipf_tune_array_link(softc, softp->ipf_proxy_tune) == -1) { in ipf_proxy_soft_create()488 if (softp->ipf_proxy_tune != NULL) { in ipf_proxy_soft_destroy()489 ipf_tune_array_unlink(softc, softp->ipf_proxy_tune); in ipf_proxy_soft_destroy()490 KFREES(softp->ipf_proxy_tune, sizeof(ipf_proxy_tuneables)); in ipf_proxy_soft_destroy()491 softp->ipf_proxy_tune = NULL; in ipf_proxy_soft_destroy()