OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fr_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dist/pf/net/
pf_norm.c
103
#define
fr_cache
fr_u.fru_cache
macro
291
for (frcache = LIST_FIRST(&frag->
fr_cache
); frcache;
292
frcache = LIST_FIRST(&frag->
fr_cache
)) {
295
KASSERT(LIST_EMPTY(&frag->
fr_cache
) ||
296
LIST_FIRST(&frag->
fr_cache
)->fr_off >
601
LIST_INIT(&(*frag)->
fr_cache
);
602
LIST_INSERT_HEAD(&(*frag)->
fr_cache
, cur, fr_next);
617
LIST_FOREACH(fra, &(*frag)->
fr_cache
, fr_next) {
816
LIST_FIRST(&(*frag)->
fr_cache
)->fr_off == 0 &&
817
LIST_FIRST(&(*frag)->
fr_cache
)->fr_end == (*frag)->fr_max)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025