Searched refs:vsps (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/rpki-client/ |
H A D | output-json.c | 77 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 D | output-csv.c | 24 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_csv() argument
|
H A D | output-bgpd.c | 24 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bgpd() argument
|
H A D | output-bird.c | 25 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird() argument
|
H A D | main.c | 790 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 D | output-ometric.c | 99 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 D | extern.h | 626 uint32_t vsps; /* total number of Validated SPL Payloads */ member
|
H A D | repo.c | 1586 rp->stats[talid].vsps++; in repo_stat_inc()
|