Symbol: sc_ent
usr.bin/systat/cache.c
108
struct sc_ent *ent;
usr.bin/systat/cache.c
134
struct sc_ent *
usr.bin/systat/cache.c
137
struct sc_ent ent, *old;
usr.bin/systat/cache.c
175
struct sc_ent *ent;
usr.bin/systat/cache.c
191
sc_cmp(struct sc_ent *a, struct sc_ent *b)
usr.bin/systat/cache.c
42
void update_state(struct sc_ent *, struct pfsync_state *, double);
usr.bin/systat/cache.c
43
struct sc_ent *cache_state(struct pfsync_state *);
usr.bin/systat/cache.c
44
static __inline int sc_cmp(struct sc_ent *s1, struct sc_ent *s2);
usr.bin/systat/cache.c
47
RB_HEAD(sc_tree, sc_ent) sctree;
usr.bin/systat/cache.c
48
TAILQ_HEAD(sc_queue, sc_ent) scq1, scq2, scq_free;
usr.bin/systat/cache.c
49
RB_GENERATE(sc_tree, sc_ent, tlink, sc_cmp)
usr.bin/systat/cache.c
57
struct sc_ent *sc_store = NULL;
usr.bin/systat/cache.c
72
sc_store = reallocarray(NULL, max, sizeof(struct sc_ent));
usr.bin/systat/cache.c
95
update_state(struct sc_ent *prev, struct pfsync_state *new, double rate)
usr.bin/systat/cache.h
26
RB_ENTRY(sc_ent) tlink;
usr.bin/systat/cache.h
27
TAILQ_ENTRY(sc_ent) qlink;
usr.bin/systat/cache.h
38
struct sc_ent *cache_state(struct pfsync_state *);
usr.bin/systat/pftop.c
108
struct sc_ent **state_cache = NULL;
usr.bin/systat/pftop.c
366
struct sc_ent *e1 = state_cache[* (u_int32_t *) s1];
usr.bin/systat/pftop.c
367
struct sc_ent *e2 = state_cache[* (u_int32_t *) s2];
usr.bin/systat/pftop.c
384
struct sc_ent *e1 = state_cache[* (u_int32_t *) s1];
usr.bin/systat/pftop.c
385
struct sc_ent *e2 = state_cache[* (u_int32_t *) s2];
usr.bin/systat/pftop.c
641
sizeof(struct sc_ent *));
usr.bin/systat/pftop.c
828
print_state(struct pfsync_state * s, struct sc_ent * ent)