Home
last modified time | relevance | path

Searched refs:ipf_p_tftp_tune (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c13 ipftuneable_t *ipf_p_tftp_tune; member
96 softt->ipf_p_tftp_tune = ipf_tune_array_copy(softt, in ipf_p_tftp_soft_create()
99 if (softt->ipf_p_tftp_tune == NULL) { in ipf_p_tftp_soft_create()
103 if (ipf_tune_array_link(softc, softt->ipf_p_tftp_tune) == -1) { in ipf_p_tftp_soft_create()
119 if (softt->ipf_p_tftp_tune != NULL) { in ipf_p_tftp_soft_destroy()
120 ipf_tune_array_unlink(softc, softt->ipf_p_tftp_tune); in ipf_p_tftp_soft_destroy()
121 KFREES(softt->ipf_p_tftp_tune, sizeof(ipf_tftp_tuneables)); in ipf_p_tftp_soft_destroy()
122 softt->ipf_p_tftp_tune = NULL; in ipf_p_tftp_soft_destroy()