Home
last modified time | relevance | path

Searched refs:hardlim (Results 1 – 2 of 2) sorted by relevance

/src/tests/sys/netpfil/pf/
H A Dlimiters.sh67 hardlim=$(jexec alcatraz pfctl -sLimiterStates | awk 'NR>1 { print $5; }')
68 if [ $hardlim -eq 0 ]; then
230 hardlim=$(jexec alcatraz pfctl -sLimiterSrcs | awk 'NR>1 { print $5; }')
231 if [ $hardlim -eq 0 ]; then
/src/contrib/openbsm/libauditd/
H A Dauditd_lib.c94 uint8_t hardlim; member
218 if (dep->hardlim == 1 && denew->hardlim == 0) { in insert_orderly()
652 dirent->hardlim = hard; in auditd_read_dirs()
953 if (dirent->hardlim) in auditd_swap_trail()