Searched refs:flowspec_config (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/bgpd/ |
H A D | config.c | 112 struct flowspec_config * 115 struct flowspec_config *conf; in flowspec_alloc() 138 flowspec_free(struct flowspec_config *f) in flowspec_free() 148 struct flowspec_config *f, *nf; in free_flowspecs() 302 struct flowspec_config *f, *nextf, *xf; in merge_config() 756 flowspec_config_cmp(struct flowspec_config *a, struct flowspec_config *b) in flowspec_config_cmp() 767 RB_GENERATE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
|
H A D | bgpd.h | 236 struct flowspec_config; 237 RB_HEAD(flowspec_tree, flowspec_config); 549 struct flowspec_config { struct 550 RB_ENTRY(flowspec_config) entry; 1433 struct flowspec_config *flowspec_alloc(uint8_t, int); 1434 void flowspec_free(struct flowspec_config *); 1451 RB_PROTOTYPE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
|
H A D | printconf.c | 41 void print_flowspec(struct flowspec_config *, const char *); 593 print_flowspec(struct flowspec_config *fconf, const char *c) in print_flowspec() 1265 struct flowspec_config *f; in print_config()
|
H A D | parse.y | 182 static struct flowspec_config *flow_to_flowspec(struct flowspec_context *); 1196 struct flowspec_config *f; 5612 static struct flowspec_config * 5615 struct flowspec_config *f; in flow_to_flowspec()
|
H A D | bgpd.c | 605 struct flowspec_config *f, *nf; in send_config()
|