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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dremove_hash.c30 op.iplo_unit = iphp->iph_unit;
H A Dremove_hashnode.c32 op.iplo_unit = unit;
H A Dremove_pool.c30 op.iplo_unit = poolp->ipo_unit;
H A Dremove_poolnode.c31 op.iplo_unit = unit;
H A Dload_dstlist.c32 op.iplo_unit = dst->ipld_unit;
H A Dload_dstlistnode.c35 op.iplo_unit = role;
H A Dload_hashnode.c35 op.iplo_unit = unit;
H A Dload_pool.c30 op.iplo_unit = plp->ipo_unit;
H A Dload_poolnode.c34 op.iplo_unit = role;
H A Dload_hash.c39 op.iplo_unit = iphp->iph_unit;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_lookup.c345 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 <
[all...]
H A Dip_htable.c247 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, o
[all...]
H A Dip_lookup.h26 int iplo_unit; /* IPL_LOG* */ member in struct:iplookupop
H A Dip_dstlist.c503 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 Dip_pool.c391 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;
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dippool.c771 op.iplo_unit = role;
869 op.iplo_unit = role;
880 op.iplo_unit = role;
905 op.iplo_unit = role;
916 op.iplo_unit = role;
939 op.iplo_unit = role;
950 op.iplo_unit = role;
/freebsd-12-stable/contrib/ipfilter/
H A Dip_dstlist.c503 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);
786 unit = op->iplo_unit;
836 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);
859 unit = op->iplo_unit;
892 d = ipf_dstlist_table_find(arg, op->iplo_unit, op->iplo_name);

Completed in 201 milliseconds