Home
last modified time | relevance | path

Searched refs:IPL_LOGCOUNT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sbin/ipf/libipf/
H A Dprintunit.c37 case IPL_LOGCOUNT : in printunit()
/freebsd-14.2/sbin/ipf/ippool/
H A Dippool_y.y184 | IPT_COUNT { $$ = IPL_LOGCOUNT; }
H A Dippool.c626 role = IPL_LOGCOUNT; in getrole()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c3711 tmp = ipf_flush(softc, IPL_LOGCOUNT, flags); in ipf_flush()
4542 unit = IPL_LOGCOUNT; in frrequest()
7703 unit = IPL_LOGCOUNT;
7710 if (unit == IPL_LOGCOUNT) {
9122 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE|FR_INACTIVE);
9123 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE);
H A Dip_fil.h1043 #define IPL_LOGCOUNT 7 macro
/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c1848 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH }; in showgroups()