Home
last modified time | relevance | path

Searched refs:IPL_LOGSIZE (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_log.c146 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];
[all …]
H A Dip_lookup.h35 #define LOOKUP_POOL_MAX (IPL_LOGSIZE)
36 #define LOOKUP_POOL_SZ (IPL_LOGSIZE + 1)
H A Dip_fil.h1105 #define IPL_LOGSIZE IPL_LOGMAX + 1 macro
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];
H A Dip_fil_netbsd.c483 for (i = 0; i < IPL_LOGSIZE; i++) in ipfattach()
641 for (i = 0; i < IPL_LOGSIZE; i++) in ipfdetach()
H A Dip_htable.c1390 for (i = 0; i < IPL_LOGSIZE; i++)
H A Dip_fil_compat.c519 struct frgroup *f_groups[IPL_LOGSIZE][2];
522 int f_locks[IPL_LOGSIZE];
540 struct frgroup *f_groups[IPL_LOGSIZE][2];
H A Dfil.c4088 for (i = 0; i < IPL_LOGSIZE; i++) { in ipf_sync()
4238 for (i = 0; i < IPL_LOGSIZE; i++) { in ipf_getstat()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_lookup.h35 #define LOOKUP_POOL_MAX (IPL_LOGSIZE)
36 #define LOOKUP_POOL_SZ (IPL_LOGSIZE + 1)
H A Dip_htable.c1461 for (i = 0; i < IPL_LOGSIZE; i++)
H A Dip_fil_compat.c519 struct frgroup *f_groups[IPL_LOGSIZE][2];
522 int f_locks[IPL_LOGSIZE];
540 struct frgroup *f_groups[IPL_LOGSIZE][2];
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipftest.c66 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ipftestioctl,
713 for (i = 0; i < IPL_LOGSIZE; i++)
722 for (i = 0; i < IPL_LOGSIZE; i++)
H A Dippool.c741 ip_pool_t *pools[IPL_LOGSIZE];
770 iphtable_t *tables[IPL_LOGSIZE];
H A Dipf.c61 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ioctl, ioctl, ioctl,
H A Dipf_y.y69 static ioctlfunc_t ipfioctls[IPL_LOGSIZE];