HomeSort by: relevance | last modified time | path
    Searched refs:iplo_unit (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_lookup.c 353 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
354 (op.iplo_unit != IPLT_ALL)) {
403 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
404 (op.iplo_unit != IPLT_ALL)) {
450 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &&
451 (op.iplo_unit != IPLT_ALL)) {
511 if ((op.iplo_unit < 0 || op.iplo_unit > IPL_LOGMAX) &
    [all...]
ip_htable.c 257 stats.iphs_tables = softh->ipf_htables[op->iplo_unit + 1];
258 stats.iphs_numtables = softh->ipf_nhtables[op->iplo_unit + 1];
259 stats.iphs_numnodes = softh->ipf_nhtnodes[op->iplo_unit + 1];
260 stats.iphs_nomem = softh->ipht_nomem[op->iplo_unit + 1];
299 unit = op->iplo_unit;
325 softh->ipht_nomem[op->iplo_unit + 1]++;
393 return ipf_htable_destroy(softc, arg, op->iplo_unit, op->iplo_name);
541 iph = ipf_htable_find(arg, op->iplo_unit, op->iplo_name);
577 if (ipf_htable_find(arg, op->iplo_unit, op->iplo_name) != NULL) {
834 iph = ipf_htable_find(arg, op->iplo_unit, op->iplo_name)
    [all...]
ip_lookup.h 40 int iplo_unit; /* IPL_LOG* */ member in struct:iplookupop
ip_dstlist.c 489 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
643 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
762 unit = op->iplo_unit;
809 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
832 unit = op->iplo_unit;
862 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
ip_pool.c 403 p = ipf_pool_find(arg, op->iplo_unit, op->iplo_name);
517 p = ipf_pool_find(arg, op->iplo_unit, op->iplo_name);
554 (ipf_pool_find(arg, op->iplo_unit, op->iplo_name) != NULL)) {
576 return ipf_pool_destroy(softc, arg, op->iplo_unit, op->iplo_name);
603 unit = op->iplo_unit;
931 unit = op->iplo_unit;

Completed in 15 milliseconds