Home
last modified time | relevance | path

Searched refs:vsps (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Doutput-json.c77 json_do_int("vsps", st->repo_tal_stats.vsps); in outputheader_json()
122 output_spl(struct vsp_tree *vsps) in output_spl() argument
129 RB_FOREACH(vsp, vsp_tree, vsps) { in output_spl()
148 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_json() argument
187 output_spl(vsps); in output_json()
H A Doutput-csv.c24 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_csv() argument
H A Doutput-bgpd.c24 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bgpd() argument
H A Doutput-bird.c25 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird() argument
H A Dmain.c790 out->vsps += in->vsps; in sum_stats()
987 struct vsp_tree vsps = RB_INITIALIZER(&vsps); in main() local
1406 &vsps); in main()
1499 if (outputfiles(&vrps, &brks, &vaps, &vsps, &stats)) in main()
1545 printf("VSP Entries: %u (%u unique)\n", stats.repo_tal_stats.vsps, in main()
H A Doutput-ometric.c99 ometric_set_int_with_labels(metric, in->vsps, in set_common_stats()
169 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_ometric() argument
H A Dextern.h626 uint32_t vsps; /* total number of Validated SPL Payloads */ member
H A Drepo.c1586 rp->stats[talid].vsps++; in repo_stat_inc()