HomeSort by: relevance | last modified time | path
    Searched refs:IPL_LOGSIZE (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_log.c 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];
161 fr_info_t ipl_crc[IPL_LOGSIZE];
166 int ipl_logsize; member in struct:ipf_log_softc_s
    [all...]
ip_lookup.h 35 #define LOOKUP_POOL_MAX (IPL_LOGSIZE)
36 #define LOOKUP_POOL_SZ (IPL_LOGSIZE + 1)
ip_fil.h 1105 #define IPL_LOGSIZE IPL_LOGMAX + 1
1117 struct frgroup *f_groups[IPL_LOGSIZE][2];
1124 int f_locks[IPL_LOGSIZE];
1649 struct frgroup *ipf_groups[IPL_LOGSIZE][2];
1674 struct pollhead ipf_poll_head[IPL_LOGSIZE];
1694 struct poll_table_struct ipf_selwait[IPL_LOGSIZE];
1695 wait_queue_head_t iplh_linux[IPL_LOGSIZE];
1697 struct selinfo ipf_selwait[IPL_LOGSIZE];
ip_fil_netbsd.c 483 for (i = 0; i < IPL_LOGSIZE; i++)
641 for (i = 0; i < IPL_LOGSIZE; i++)
ip_htable.c 1390 for (i = 0; i < IPL_LOGSIZE; i++)
ip_fil_compat.c 510 * 4.1.33 changed the size of f_locks from IPL_LOGMAX to IPL_LOGSIZE
519 struct frgroup *f_groups[IPL_LOGSIZE][2];
522 int f_locks[IPL_LOGSIZE];
540 struct frgroup *f_groups[IPL_LOGSIZE][2];
fil.c 4088 for (i = 0; i < IPL_LOGSIZE; i++) {
4238 for (i = 0; i < IPL_LOGSIZE; i++) {

Completed in 50 milliseconds