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

/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_log.c171 } ipf_log_softc_t; typedef in typeref:struct:ipf_log_softc_s
179 { { (void *)offsetof(ipf_log_softc_t, ipl_suppress) },
181 stsizeof(ipf_log_softc_t, ipl_suppress),
183 { { (void *)offsetof(ipf_log_softc_t, ipl_logall) },
185 stsizeof(ipf_log_softc_t, ipl_logall),
187 { { (void *)offsetof(ipf_log_softc_t, ipl_logsize) },
189 stsizeof(ipf_log_softc_t, ipl_logsize),
221 ipf_log_softc_t *softl;
223 KMALLOC(softl, ipf_log_softc_t *);
261 ipf_log_softc_t *soft
[all...]

Completed in 123 milliseconds