Searched refs:ipf_log_softc_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_log.c | 130 } ipf_log_softc_t; typedef 138 { { (void *)offsetof(ipf_log_softc_t, ipl_suppress) }, 140 stsizeof(ipf_log_softc_t, ipl_suppress), 142 { { (void *)offsetof(ipf_log_softc_t, ipl_logall) }, 144 stsizeof(ipf_log_softc_t, ipl_logall), 146 { { (void *)offsetof(ipf_log_softc_t, ipl_logsize) }, 148 stsizeof(ipf_log_softc_t, ipl_logsize), 180 ipf_log_softc_t *softl; in ipf_log_soft_create() 183 KMALLOC(softl, ipf_log_softc_t *); in ipf_log_soft_create() 225 ipf_log_softc_t *softl = arg; in ipf_log_soft_init() [all …]
|