Searched refs:iplo_unit (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | remove_hash.c | 31 op.iplo_unit = iphp->iph_unit;
|
H A D | remove_pool.c | 31 op.iplo_unit = poolp->ipo_unit;
|
H A D | load_hashnode.c | 44 op.iplo_unit = unit;
|
H A D | load_pool.c | 41 op.iplo_unit = plp->ipo_unit;
|
H A D | load_poolnode.c | 40 op.iplo_unit = role;
|
H A D | remove_hashnode.c | 33 op.iplo_unit = unit;
|
H A D | remove_poolnode.c | 32 op.iplo_unit = unit;
|
H A D | load_hash.c | 49 op.iplo_unit = iphp->iph_unit;
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 88 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 D | ip_lookup.c | 243 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 D | ip_pool.c | 267 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 D | ip_lookup.h | 38 int iplo_unit; /* IPL_LOG* */ member in struct:iplookupop
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 464 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 65 milliseconds