Searched refs:NPF_TABLE_SLOTS (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_tableset.c117 const size_t sz = NPF_TABLE_SLOTS * sizeof(npf_table_t *);
125 const size_t sz = NPF_TABLE_SLOTS * sizeof(npf_table_t *);
133 for (tid = 0; tid < NPF_TABLE_SLOTS; tid++) {
153 KASSERT((u_int)tid < NPF_TABLE_SLOTS);
174 for (int i = 0; i < NPF_TABLE_SLOTS; i++) {
244 KASSERT((u_int)tid < NPF_TABLE_SLOTS);
313 if ((u_int)tid >= NPF_TABLE_SLOTS) {
359 if ((u_int)tid >= NPF_TABLE_SLOTS || (t = tset[tid]) == NULL) {
440 if ((u_int)tid >= NPF_TABLE_SLOTS || (t = tset[tid]) == NULL) {
495 if ((u_int)tid >= NPF_TABLE_SLOTS || (
[all...]
H A Dnpf_impl.h101 #define NPF_TABLE_SLOTS 32 macro

Completed in 20 milliseconds