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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_frag.h81 ipftuneable_t *ipf_frag_tune; member in struct:ipf_frag_softc_s
H A Dip_frag.c181 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;

Completed in 106 milliseconds