Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_log.c122 kcondvar_t ipl_wait[IPL_LOGSIZE];
124 iplog_t **iplh[IPL_LOGSIZE];
125 iplog_t *iplt[IPL_LOGSIZE];
126 iplog_t *ipll[IPL_LOGSIZE];
127 u_long ipl_logfail[IPL_LOGSIZE];
128 u_long ipl_logok[IPL_LOGSIZE];
129 fr_info_t ipl_crc[IPL_LOGSIZE];
130 u_32_t ipl_counter[IPL_LOGSIZE];
135 int ipl_used[IPL_LOGSIZE];
136 int ipl_magic[IPL_LOGSIZE];
[all …]
H A Dip_lookup.h21 #define LOOKUP_POOL_MAX (IPL_LOGSIZE)
22 #define LOOKUP_POOL_SZ (IPL_LOGSIZE + 1)
H A Dmlfk_ipl.c56 static struct cdev *ipf_devs[IPL_LOGSIZE];
58 static dev_t ipf_devs[IPL_LOGSIZE];
261 for (i = 0; i < IPL_LOGSIZE; i++) in ipf_modload()
H A Dip_fil.h1046 #define IPL_LOGSIZE IPL_LOGMAX + 1 macro
1058 struct frgroup *f_groups[IPL_LOGSIZE][2];
1065 int f_locks[IPL_LOGSIZE];
1569 struct frgroup *ipf_groups[IPL_LOGSIZE][2];
1586 struct pollhead ipf_poll_head[IPL_LOGSIZE];
1605 struct selinfo ipf_selwait[IPL_LOGSIZE];
H A Dip_htable.c1374 for (i = 0; i < IPL_LOGSIZE; i++) in ipf_htable_dump()
H A Dfil.c4028 for (i = 0; i < IPL_LOGSIZE; i++) { in ipf_sync()
4176 for (i = 0; i < IPL_LOGSIZE; i++) { in ipf_getstat()
/freebsd-13.1/sbin/ipf/ipftest/
H A Dipftest.c54 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ipftestioctl,
554 for (i = 0; i < IPL_LOGSIZE; i++) in dumpgroups()
563 for (i = 0; i < IPL_LOGSIZE; i++) in dumpgroups()
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c761 ip_pool_t *pools[IPL_LOGSIZE]; in poollist_dead()
790 iphtable_t *tables[IPL_LOGSIZE]; in poollist_dead()
/freebsd-13.1/sbin/ipf/ipf/
H A Dipf.c52 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ioctl, ioctl, ioctl,
/freebsd-13.1/contrib/ipfilter/
H A Dip_fil_compat.c495 struct frgroup *f_groups[IPL_LOGSIZE][2];
498 int f_locks[IPL_LOGSIZE];
516 struct frgroup *f_groups[IPL_LOGSIZE][2];
/freebsd-13.1/sbin/ipf/common/
H A Dipf_y.y68 static ioctlfunc_t ipfioctls[IPL_LOGSIZE];