OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pf_fragment
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dist/pf/net/
pf_norm.c
92
struct
pf_fragment
{
struct
93
RB_ENTRY(
pf_fragment
) fr_entry;
94
TAILQ_ENTRY(
pf_fragment
) frag_next;
110
TAILQ_HEAD(pf_fragqueue,
pf_fragment
) pf_fragqueue;
111
TAILQ_HEAD(pf_cachequeue,
pf_fragment
) pf_cachequeue;
113
static __inline int pf_frag_compare(struct
pf_fragment
*,
114
struct
pf_fragment
*);
115
RB_HEAD(pf_frag_tree,
pf_fragment
) pf_frag_tree, pf_cache_tree;
116
RB_PROTOTYPE(pf_frag_tree,
pf_fragment
, fr_entry, pf_frag_compare);
117
RB_GENERATE(pf_frag_tree,
pf_fragment
, fr_entry, pf_frag_compare)
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025