Home
last modified time | relevance | path

Searched defs:ipf_log_softc_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_log.c145 typedef struct ipf_log_softc_s { struct
146 ipfmutex_t ipl_mutex[IPL_LOGSIZE];
148 kcondvar_t ipl_wait[IPL_LOGSIZE];
151 wait_queue_head_t iplh_linux[IPL_LOGSIZE];
154 iplog_select_t ipl_ss[IPL_LOGSIZE];
156 iplog_t **iplh[IPL_LOGSIZE];
157 iplog_t *iplt[IPL_LOGSIZE];
158 iplog_t *ipll[IPL_LOGSIZE];
159 u_long ipl_logfail[IPL_LOGSIZE];
160 u_long ipl_logok[IPL_LOGSIZE];
[all …]