Searched refs:iplo_unit (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dremove_hash.c31 op.iplo_unit = iphp->iph_unit;
H A Dremove_pool.c31 op.iplo_unit = poolp->ipo_unit;
H A Dload_hashnode.c44 op.iplo_unit = unit;
H A Dload_pool.c41 op.iplo_unit = plp->ipo_unit;
H A Dload_poolnode.c40 op.iplo_unit = role;
H A Dremove_hashnode.c33 op.iplo_unit = unit;
H A Dremove_poolnode.c32 op.iplo_unit = unit;
H A Dload_hash.c49 op.iplo_unit = iphp->iph_unit;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c88 stats.iphs_tables = ifs->ifs_ipf_htables[op->iplo_unit];
89 stats.iphs_numtables = ifs->ifs_ipf_nhtables[op->iplo_unit];
90 stats.iphs_numnodes = ifs->ifs_ipf_nhtnodes[op->iplo_unit];
91 stats.iphs_nomem = ifs->ifs_ipht_nomem[op->iplo_unit];
111 ifs->ifs_ipht_nomem[op->iplo_unit]++;
121 unit = op->iplo_unit;
128 if (fr_findhtable(op->iplo_unit, op->iplo_name, ifs) != NULL) {
193 iph = fr_findhtable(op->iplo_unit, op->iplo_name, ifs);
197 if (iph->iph_unit != op->iplo_unit) {
H A Dip_lookup.c243 p = ip_pool_find(op.iplo_unit, op.iplo_name, ifs);
267 iph = fr_findhtable(op.iplo_unit, op.iplo_name, ifs);
316 p = ip_pool_find(op.iplo_unit, op.iplo_name, ifs);
334 iph = fr_findhtable(op.iplo_unit, op.iplo_name, ifs);
372 if (ip_pool_find(op.iplo_unit, op.iplo_name, ifs) != NULL)
379 if (fr_findhtable(op.iplo_unit, op.iplo_name, ifs) != NULL)
H A Dip_pool.c267 op.iplo_unit = i;
300 unit = op->iplo_unit;
521 unit = op->iplo_unit;
628 ipo = ip_pool_find(op->iplo_unit, op->iplo_name, ifs);
667 op.iplo_unit = i;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_lookup.h38 int iplo_unit; /* IPL_LOG* */ member in struct:iplookupop
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c464 op.iplo_unit = role;
480 op.iplo_unit = role;
491 op.iplo_unit = role;
514 op.iplo_unit = role;
525 op.iplo_unit = role;

Completed in 68 milliseconds