Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ippool/
H A Dippool.c429 role = IPL_LOGALL; in poolstats()
542 role = IPL_LOGALL; in poolflush()
670 role = IPL_LOGALL; in poollist()
774 if (role != IPL_LOGALL) { in poollist_dead()
789 role = IPL_LOGALL; in poollist_dead()
803 if (role != IPL_LOGALL) { in poollist_dead()
837 if (role != IPL_LOGALL) { in poollist_live()
862 role = IPL_LOGALL; in poollist_live()
875 if (role != IPL_LOGALL) { in poollist_live()
898 role = IPL_LOGALL; in poollist_live()
[all …]
H A Dippool_y.y185 | IPT_ALL { $$ = IPL_LOGALL; }
474 iplo.ipo_unit = IPL_LOGALL;
/freebsd/sbin/ipf/libipf/
H A Dprintunit.c40 case IPL_LOGALL : in printunit()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c237 fop.iplf_unit = IPL_LOGALL; in ipf_htable_soft_fini()
726 if (unit == IPL_LOGALL) { in ipf_htable_exists()
813 if (op->iplf_unit == i || op->iplf_unit == IPL_LOGALL) { in ipf_htable_flush()
H A Dip_pool.c576 if (unit == IPL_LOGALL) { in ipf_pool_stats_get()
617 if (unit == IPL_LOGALL) { in ipf_pool_exists()
H A Dip_lookup.c666 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) { in ipf_lookup_iterate()
H A Dip_dstlist.c753 if (unit == IPL_LOGALL) { in ipf_dstlist_stats_get()
H A Dip_fil.h1044 #define IPL_LOGALL -1 macro