Searched defs:ipf_log_softc_s (Results 1 – 1 of 1) sorted by relevance
145 typedef struct ipf_log_softc_s { struct146 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 …]