Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c88 ipf_tftp_softc_t *softt; in ipf_p_tftp_soft_create() local
90 KMALLOC(softt, ipf_tftp_softc_t *); in ipf_p_tftp_soft_create()
91 if (softt == NULL) in ipf_p_tftp_soft_create()
94 bzero((char *)softt, sizeof(*softt)); in ipf_p_tftp_soft_create()
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()
100 ipf_p_tftp_soft_destroy(softc, softt); 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()
104 ipf_p_tftp_soft_destroy(softc, softt); in ipf_p_tftp_soft_create()
108 softt->ipf_p_tftp_readonly = 1; in ipf_p_tftp_soft_create()
[all …]