Home
last modified time | relevance | path

Searched refs:IPL_LOGALL (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c430 role = IPL_LOGALL; in poolstats()
543 role = IPL_LOGALL; in poolflush()
671 role = IPL_LOGALL; in poollist()
771 if (role != IPL_LOGALL) { in poollist_dead()
786 role = IPL_LOGALL; in poollist_dead()
800 if (role != IPL_LOGALL) { in poollist_dead()
834 if (role != IPL_LOGALL) { in poollist_live()
857 role = IPL_LOGALL; in poollist_live()
870 if (role != IPL_LOGALL) { in poollist_live()
891 role = IPL_LOGALL; in poollist_live()
[all …]
H A Dippool_y.y186 | IPT_ALL { $$ = IPL_LOGALL; }
475 iplo.ipo_unit = IPL_LOGALL;
/freebsd-13.1/sbin/ipf/libipf/
H A Dprintunit.c40 case IPL_LOGALL : in printunit()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c209 fop.iplf_unit = IPL_LOGALL; in ipf_htable_soft_fini()
686 if (unit == IPL_LOGALL) { in ipf_htable_exists()
773 if (op->iplf_unit == i || op->iplf_unit == IPL_LOGALL) { in ipf_htable_flush()
H A Dip_pool.c580 if (unit == IPL_LOGALL) { in ipf_pool_stats_get()
621 if (unit == IPL_LOGALL) { in ipf_pool_exists()
H A Dip_lookup.c672 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) { in ipf_lookup_iterate()
H A Dip_dstlist.c756 if (unit == IPL_LOGALL) { in ipf_dstlist_stats_get()
H A Dip_fil.h1047 #define IPL_LOGALL -1 macro