Searched refs:iplo_unit (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_lookup.c | 345 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) && 346 (op.iplo_unit != IPLT_ALL)) { 398 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) && 399 (op.iplo_unit != IPLT_ALL)) { 447 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) && 448 (op.iplo_unit != IPLT_ALL)) { 510 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) && 511 (op.iplo_unit != IPLT_ALL)) { 560 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) && 561 (op.iplo_unit != IPLT_ALL)) {
|
| H A D | ip_htable.c | 247 stats.iphs_tables = softh->ipf_htables[op->iplo_unit + 1]; 248 stats.iphs_numtables = softh->ipf_nhtables[op->iplo_unit + 1]; 249 stats.iphs_numnodes = softh->ipf_nhtnodes[op->iplo_unit + 1]; 250 stats.iphs_nomem = softh->ipht_nomem[op->iplo_unit + 1]; 292 unit = op->iplo_unit; 318 softh->ipht_nomem[op->iplo_unit + 1]++; 393 return ipf_htable_destroy(softc, arg, op->iplo_unit, op->iplo_name); 556 iph = ipf_htable_find(arg, op->iplo_unit, op->iplo_name); 595 if (ipf_htable_find(arg, op->iplo_unit, op->iplo_name) != NULL) { 875 iph = ipf_htable_find(arg, op->iplo_unit, op->iplo_name);
|
| H A D | ip_dstlist.c | 503 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name); 662 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name); 787 unit = op->iplo_unit; 837 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name); 860 unit = op->iplo_unit; 893 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
|
| H A D | ip_pool.c | 391 p = ipf_pool_find(arg, op->iplo_unit, op->iplo_name); 509 p = ipf_pool_find(arg, op->iplo_unit, op->iplo_name); 549 (ipf_pool_find(arg, op->iplo_unit, op->iplo_name) != NULL)) { 574 return ipf_pool_destroy(softc, arg, op->iplo_unit, op->iplo_name); 604 unit = op->iplo_unit; 952 unit = op->iplo_unit;
|
| H A D | ip_lookup.h | 26 int iplo_unit; /* IPL_LOG* */ member
|