OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_tableset.c
498
const unsigned
aidx
= NPF_ADDRLEN2IDX(alen);
local in function:table_ifaddr_insert
499
const unsigned allocated = t->t_allocated[
aidx
];
500
const unsigned used = t->t_used[
aidx
];
506
npf_tblent_t **old_elements = t->t_elements[
aidx
];
525
t->t_elements[
aidx
] = elements;
526
t->t_allocated[
aidx
] = toalloc;
528
t->t_elements[
aidx
][used] = ent;
529
t->t_used[
aidx
]++;
702
const unsigned
aidx
= NPF_ADDRLEN2IDX(alen);
local in function:npf_table_lookup
705
for (unsigned i = 0; i < t->t_used[
aidx
]; i++)
728
const unsigned
aidx
= NPF_ADDRLEN2IDX(alen);
local in function:npf_table_getsome
[
all
...]
npf_tableset.c
498
const unsigned
aidx
= NPF_ADDRLEN2IDX(alen);
local in function:table_ifaddr_insert
499
const unsigned allocated = t->t_allocated[
aidx
];
500
const unsigned used = t->t_used[
aidx
];
506
npf_tblent_t **old_elements = t->t_elements[
aidx
];
525
t->t_elements[
aidx
] = elements;
526
t->t_allocated[
aidx
] = toalloc;
528
t->t_elements[
aidx
][used] = ent;
529
t->t_used[
aidx
]++;
702
const unsigned
aidx
= NPF_ADDRLEN2IDX(alen);
local in function:npf_table_lookup
705
for (unsigned i = 0; i < t->t_used[
aidx
]; i++)
728
const unsigned
aidx
= NPF_ADDRLEN2IDX(alen);
local in function:npf_table_getsome
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025