Symbol: pend_prefix
usr.sbin/bgpctl/output.c
1114
sizeof(struct pend_prefix)));
usr.sbin/bgpctl/output.c
1140
stats->pend_prefix_cnt * sizeof(struct pend_prefix) +
usr.sbin/bgpctl/output_json.c
926
stats->pend_prefix_cnt * sizeof(struct pend_prefix), UINT64_MAX);
usr.sbin/bgpctl/output_json.c
948
stats->pend_prefix_cnt * sizeof(struct pend_prefix) +
usr.sbin/bgpctl/output_ometric.c
320
stats->pend_prefix_cnt * sizeof(struct pend_prefix), UINT64_MAX);
usr.sbin/bgpctl/output_ometric.c
346
stats->pend_prefix_cnt * sizeof(struct pend_prefix) +
usr.sbin/bgpd/rde.h
346
TAILQ_ENTRY(pend_prefix) entry;
usr.sbin/bgpd/rde.h
801
void pend_prefix_free(struct pend_prefix *,
usr.sbin/bgpd/rde.h
82
CH_HEAD(pend_prefix_hash, pend_prefix);
usr.sbin/bgpd/rde.h
83
TAILQ_HEAD(pend_prefix_queue, pend_prefix);
usr.sbin/bgpd/rde.h
84
CH_HEAD(pend_attr_hash, pend_prefix);
usr.sbin/bgpd/rde_adjout.c
151
static struct pend_prefix *pend_prefix_alloc(struct pend_attr *,
usr.sbin/bgpd/rde_adjout.c
154
static struct pend_prefix *
usr.sbin/bgpd/rde_adjout.c
158
struct pend_prefix needle = { .pt = pt, .path_id_tx = path_id_tx };
usr.sbin/bgpd/rde_adjout.c
164
pend_prefix_remove(struct pend_prefix *pp, struct pend_prefix_queue *head,
usr.sbin/bgpd/rde_adjout.c
186
struct pend_prefix *pp;
usr.sbin/bgpd/rde_adjout.c
225
static struct pend_prefix *
usr.sbin/bgpd/rde_adjout.c
229
struct pend_prefix *pp;
usr.sbin/bgpd/rde_adjout.c
242
pend_prefix_free(struct pend_prefix *pp, struct pend_prefix_queue *head,
usr.sbin/bgpd/rde_adjout.c
252
pend_prefix_eq(const struct pend_prefix *a, const struct pend_prefix *b)
usr.sbin/bgpd/rde_adjout.c
267
CH_GENERATE(pend_prefix_hash, pend_prefix, pend_prefix_eq, pend_prefix_hash);
usr.sbin/bgpd/rde_adjout.c
41
pend_prefix_hash(const struct pend_prefix *pp)
usr.sbin/bgpd/rde_adjout.c
60
CH_PROTOTYPE(pend_prefix_hash, pend_prefix, pend_prefix_hash);
usr.sbin/bgpd/rde_adjout.c
863
struct pend_prefix *pp, *npp;
usr.sbin/bgpd/rde_update.c
1152
struct pend_prefix *pp;
usr.sbin/bgpd/rde_update.c
840
struct pend_prefix *p, *np;