Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfilter/netinet/
H A Dip_log.c111 ipfmutex_t ipl_mutex[IPL_LOGSIZE];
113 kcondvar_t ipl_wait[IPL_LOGSIZE];
115 iplog_t **iplh[IPL_LOGSIZE];
116 iplog_t *iplt[IPL_LOGSIZE];
117 iplog_t *ipll[IPL_LOGSIZE];
118 u_long ipl_logfail[IPL_LOGSIZE];
119 u_long ipl_logok[IPL_LOGSIZE];
120 fr_info_t ipl_crc[IPL_LOGSIZE];
121 u_32_t ipl_counter[IPL_LOGSIZE];
126 int ipl_used[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.c53 static struct cdev *ipf_devs[IPL_LOGSIZE];
55 static dev_t ipf_devs[IPL_LOGSIZE];
260 for (i = 0; i < IPL_LOGSIZE; i++) in ipf_modload()
H A Dip_fil.h1043 #define IPL_LOGSIZE IPL_LOGMAX + 1 macro
1055 struct frgroup *f_groups[IPL_LOGSIZE][2];
1062 int f_locks[IPL_LOGSIZE];
1568 struct frgroup *ipf_groups[IPL_LOGSIZE][2];
1585 struct pollhead ipf_poll_head[IPL_LOGSIZE];
1604 struct selinfo ipf_selwait[IPL_LOGSIZE];
H A Dip_htable.c1411 for (i = 0; i < IPL_LOGSIZE; i++) in ipf_htable_dump()
H A Dfil.c4054 for (i = 0; i < IPL_LOGSIZE; i++) { in ipf_sync()
4202 for (i = 0; i < IPL_LOGSIZE; i++) { in ipf_getstat()
/src/sbin/ipf/ipftest/
H A Dipftest.c49 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ipftestioctl,
549 for (i = 0; i < IPL_LOGSIZE; i++) in dumpgroups()
558 for (i = 0; i < IPL_LOGSIZE; i++) in dumpgroups()
/src/sbin/ipf/ippool/
H A Dippool.c764 ip_pool_t *pools[IPL_LOGSIZE]; in poollist_dead()
793 iphtable_t *tables[IPL_LOGSIZE]; in poollist_dead()
/src/sbin/ipf/ipf/
H A Dipf.c47 static ioctlfunc_t iocfunctions[IPL_LOGSIZE] = { ioctl, ioctl, ioctl,
/src/sbin/ipf/common/
H A Dipf_y.y67 static ioctlfunc_t ipfioctls[IPL_LOGSIZE];