Searched refs:flowspec_config (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/bgpd/ |
H A D | config.c | 113 struct flowspec_config * 116 struct flowspec_config *conf; in flowspec_alloc() 139 flowspec_free(struct flowspec_config *f) in flowspec_free() 149 struct flowspec_config *f, *nf; in free_flowspecs() 303 struct flowspec_config *f, *nextf, *xf; in merge_config() 757 flowspec_config_cmp(struct flowspec_config *a, struct flowspec_config *b) in flowspec_config_cmp() 768 RB_GENERATE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
|
H A D | bgpd.h | 242 struct flowspec_config; 243 RB_HEAD(flowspec_tree, flowspec_config); 563 struct flowspec_config { struct 564 RB_ENTRY(flowspec_config) entry; 1450 struct flowspec_config *flowspec_alloc(uint8_t, int); 1451 void flowspec_free(struct flowspec_config *); 1468 RB_PROTOTYPE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
|
H A D | printconf.c | 41 void print_flowspec(struct flowspec_config *, const char *); 595 print_flowspec(struct flowspec_config *fconf, const char *c) in print_flowspec() 1283 struct flowspec_config *f; in print_config()
|
H A D | parse.y | 182 static struct flowspec_config *flow_to_flowspec(struct flowspec_context *); 1204 struct flowspec_config *f; 5644 static struct flowspec_config * 5647 struct flowspec_config *f; in flow_to_flowspec()
|
H A D | bgpd.c | 612 struct flowspec_config *f, *nf; in send_config()
|