Home
last modified time | relevance | path

Searched refs:IPLT_ALL (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/ippool/
H A Dippool.c428 type = IPLT_ALL; in poolstats()
476 if (type == IPLT_ALL || type == IPLT_POOL) { in poolstats()
491 if (type == IPLT_ALL || type == IPLT_HASH) { in poolstats()
508 if (type == IPLT_ALL || type == IPLT_DSTLIST) { in poolstats()
540 arg = IPLT_ALL; in poolflush()
541 type = IPLT_ALL; in poolflush()
668 type = IPLT_ALL; in poollist()
763 if (type == IPLT_ALL || type == IPLT_POOL) { in poollist_dead()
792 if (type == IPLT_ALL || type == IPLT_HASH) { in poollist_dead()
830 if (type == IPLT_ALL || type == IPLT_POOL) { in poollist_live()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.c325 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_addnode()
375 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_delnode()
422 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_addtable()
483 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_deltable()
531 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_stats()
578 if ((unit < 0 || unit > IPL_LOGMAX) && (unit != IPLT_ALL)) { in ipf_lookup_flush()
591 if (type == (*l)->ipfl_type || type == IPLT_ALL) { in ipf_lookup_flush()
H A Dip_lookup.h51 #define IPLT_ALL -1 macro
H A Dip_dstlist.c262 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i) in ipf_dstlist_flush()
H A Dip_pool.c1076 if (unit != IPLT_ALL && i != unit) in ipf_pool_flush()