Home
last modified time | relevance | path

Searched refs:IPLT_HASH (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c259 case IPLT_HASH :
326 case IPLT_HASH :
378 case IPLT_HASH :
427 case IPLT_HASH :
463 case IPLT_HASH :
509 if (type == IPLT_HASH || type == IPLT_ALL) {
538 case IPLT_HASH :
589 case IPLT_HASH :
619 case IPLT_HASH :
H A Dfil.c4343 case IPLT_HASH :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c288 if (type == IPLT_HASH) {
301 case IPLT_HASH :
311 case IPLT_HASH :
505 if (type == IPLT_ALL || type == IPLT_HASH) {
506 op.iplo_type = IPLT_HASH;
576 if (type == IPLT_ALL || type == IPLT_HASH) {
721 if (type == IPLT_ALL || type == IPLT_HASH) {
722 op.iplo_type = IPLT_HASH;
854 type = IPLT_HASH;
858 type = IPLT_HASH;
[all …]
H A Dipf_y.y946 $$.a.iplookuptype = IPLT_HASH;
950 $$.a.iplookuptype = IPLT_HASH;
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintlookup.c19 case IPLT_HASH :
H A Dremove_hash.c30 op.iplo_type = IPLT_HASH;
H A Dremove_hashnode.c32 op.iplo_type = IPLT_HASH;
H A Dload_hashnode.c43 op.iplo_type = IPLT_HASH;
H A Dprinthash_live.c43 iter.ili_type = IPLT_HASH;
H A Dload_hash.c48 op.iplo_type = IPLT_HASH;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_lookup.h61 #define IPLT_HASH 2 macro