Symbol: ch_meta
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
110
struct ch_meta meta = { 0 };
usr.sbin/bgpd/chash.c
178
ch_sub_loadfactor(struct ch_meta *m)
usr.sbin/bgpd/chash.c
188
ch_sub_fillfactor(struct ch_meta *m)
usr.sbin/bgpd/chash.c
202
struct ch_meta *meta, uint64_t h, void *elm)
usr.sbin/bgpd/chash.c
258
struct ch_meta *meta, uint64_t h, const void *needle)
usr.sbin/bgpd/chash.c
410
struct ch_group *low, struct ch_group *high, struct ch_meta *frommeta,
usr.sbin/bgpd/chash.c
411
struct ch_meta *lowmeta, struct ch_meta *highmeta)
usr.sbin/bgpd/chash.c
451
struct ch_meta *meta, const struct ch_group *from)
usr.sbin/bgpd/chash.c
477
struct ch_group *from, struct ch_group *buddy, struct ch_meta *tometa,
usr.sbin/bgpd/chash.c
478
struct ch_meta *frommeta, struct ch_meta *buddymeta)
usr.sbin/bgpd/chash.c
497
struct ch_group **table, struct ch_meta **meta)
usr.sbin/bgpd/chash.c
513
struct ch_group *table, struct ch_meta *meta)
usr.sbin/bgpd/chash.c
529
struct ch_meta **metas;
usr.sbin/bgpd/chash.c
577
struct ch_meta *meta)
usr.sbin/bgpd/chash.c
596
struct ch_meta **meta)
usr.sbin/bgpd/chash.c
598
struct ch_meta *m;
usr.sbin/bgpd/chash.c
622
struct ch_group *table, struct ch_meta *meta)
usr.sbin/bgpd/chash.c
625
struct ch_meta *leftmeta = NULL, *rightmeta = NULL;
usr.sbin/bgpd/chash.c
672
struct ch_group *table, struct ch_meta *meta)
usr.sbin/bgpd/chash.c
675
struct ch_meta *buddymeta, *tometa = NULL;
usr.sbin/bgpd/chash.c
716
struct ch_meta *meta = NULL;
usr.sbin/bgpd/chash.c
759
struct ch_meta *meta;
usr.sbin/bgpd/chash.c
793
struct ch_meta *meta;
usr.sbin/bgpd/chash.c
909
(CH_H2_SIZE * sizeof(struct ch_group) + sizeof(struct ch_meta));
usr.sbin/bgpd/chash.c
911
(sizeof(struct ch_group *) + sizeof(struct ch_meta *));
usr.sbin/bgpd/chash.h
52
struct ch_meta;
usr.sbin/bgpd/chash.h
56
struct ch_meta **ch_metas;