Searched refs:ipf_frag_tune (Results 1 – 2 of 2) sorted by relevance
181 softf->ipf_frag_tune = ipf_tune_array_copy(softf,184 if (softf->ipf_frag_tune == NULL) {188 if (ipf_tune_array_link(softc, softf->ipf_frag_tune) == -1) {223 if (softf->ipf_frag_tune != NULL) {224 ipf_tune_array_unlink(softc, softf->ipf_frag_tune);225 KFREES(softf->ipf_frag_tune, sizeof(ipf_frag_tuneables));226 softf->ipf_frag_tune = NULL;
81 ipftuneable_t *ipf_frag_tune; member