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

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_pool.h67 ip_pool_t *ipls_list[IPL_LOGSIZE];
72 extern ip_pool_t *ip_pool_list[IPL_LOGSIZE];
H A Dip_htable.h60 extern iphtable_t *ipf_htables[IPL_LOGSIZE];
H A Dmlfk_ipl.c36 static struct cdev *ipf_devs[IPL_LOGSIZE];
38 static dev_t ipf_devs[IPL_LOGSIZE];
194 for (i = 0; i < IPL_LOGSIZE; i++)
H A Dip_htable.c63 static u_long ipht_nomem[IPL_LOGSIZE] = { 0, 0, 0, 0, 0, 0, 0, 0 };
64 static u_long ipf_nhtables[IPL_LOGSIZE] = { 0, 0, 0, 0, 0, 0, 0, 0 };
65 static u_long ipf_nhtnodes[IPL_LOGSIZE] = { 0, 0, 0, 0, 0, 0, 0, 0 };
67 iphtable_t *ipf_htables[IPL_LOGSIZE] = { NULL, NULL, NULL, NULL,
H A Dip_pool.c100 ip_pool_t *ip_pool_list[IPL_LOGSIZE] = { NULL, NULL, NULL, NULL,
286 for (i = 0; i < IPL_LOGSIZE; i++)
288 } else if (unit >= 0 && unit < IPL_LOGSIZE) {
H A Dip_sync.c112 extern struct pollhead iplpollhead[IPL_LOGSIZE];
H A Dip_fil_compat.c323 * 4.1.33 changed the size of f_locks from IPL_LOGMAX to IPL_LOGSIZE (current)
333 struct frgroup *f_groups[IPL_LOGSIZE][2];
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_pool.h67 ip_pool_t *ipls_list[IPL_LOGSIZE];
72 extern ip_pool_t *ip_pool_list[IPL_LOGSIZE];
H A Dip_htable.h60 extern iphtable_t *ipf_htables[IPL_LOGSIZE];
H A Dip_log.c154 iplog_select_t iplog_ss[IPL_LOGSIZE];
160 wait_queue_head_t iplh_linux[IPL_LOGSIZE];
164 extern struct pollhead iplpollhead[IPL_LOGSIZE];
167 iplog_t **iplh[IPL_LOGSIZE], *iplt[IPL_LOGSIZE], *ipll[IPL_LOGSIZE];
168 int iplused[IPL_LOGSIZE];
169 static fr_info_t iplcrc[IPL_LOGSIZE];
175 int ipl_magic[IPL_LOGSIZE] = { IPL_MAGIC, IPL_MAGIC_NAT, IPL_MAGIC_STATE,
H A Dip_htable.c73 static u_long ipht_nomem[IPL_LOGSIZE] = { 0, 0, 0, 0, 0, 0, 0, 0 };
74 static u_long ipf_nhtables[IPL_LOGSIZE] = { 0, 0, 0, 0, 0, 0, 0, 0 };
75 static u_long ipf_nhtnodes[IPL_LOGSIZE] = { 0, 0, 0, 0, 0, 0, 0, 0 };
77 iphtable_t *ipf_htables[IPL_LOGSIZE] = { NULL, NULL, NULL, NULL,
H A Dip_fil.h859 #define IPL_LOGSIZE IPL_LOGMAX + 1 macro
873 struct frgroup *f_groups[IPL_LOGSIZE][2];
876 int f_locks[IPL_LOGSIZE];
1291 extern struct selinfo ipfselwait[IPL_LOGSIZE];
1549 extern iplog_t **iplh[IPL_LOGSIZE], *iplt[IPL_LOGSIZE];
1563 extern struct frgroup *ipfgroups[IPL_LOGSIZE][2];
H A Dip_pool.c112 ip_pool_t *ip_pool_list[IPL_LOGSIZE] = { NULL, NULL, NULL, NULL,
299 for (i = 0; i < IPL_LOGSIZE; i++)
301 } else if (unit >= 0 && unit < IPL_LOGSIZE) {
H A Dip_fil_netbsd.c163 struct selinfo ipfselwait[IPL_LOGSIZE];
471 for (i = 0; i < IPL_LOGSIZE; i++)
598 for (i = 0; i < IPL_LOGSIZE; i++)
H A Dip_auth.c136 extern struct pollhead iplpollhead[IPL_LOGSIZE];
H A Dip_sync.c117 extern struct pollhead iplpollhead[IPL_LOGSIZE];
H A Dfil.c182 struct frgroup *ipfgroups[IPL_LOGSIZE][2];
3767 for (i = 0; i < IPL_LOGSIZE; i++) {
3904 for (i = 0; i < IPL_LOGSIZE; i++) {
H A Dip_fil_compat.c323 * 4.1.33 changed the size of f_locks from IPL_LOGMAX to IPL_LOGSIZE (current)
333 struct frgroup *f_groups[IPL_LOGSIZE][2];
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipftest.c67 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ipftestioctl,
704 for (i = 0; i < IPL_LOGSIZE; i++)
709 for (i = 0; i < IPL_LOGSIZE; i++)
722 for (i = 0; i < IPL_LOGSIZE; i++)
737 for (i = 0; i < IPL_LOGSIZE; i++)
H A Dippool.c654 ip_pool_t *pools[IPL_LOGSIZE];
682 iphtable_t *tables[IPL_LOGSIZE];
H A Dipf.c56 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ioctl, ioctl, ioctl,
H A Dipf_y.y58 static ioctlfunc_t ipfioctl[IPL_LOGSIZE];

Completed in 129 milliseconds