flowspec_config
struct flowspec_config *f, *nf;
struct flowspec_config *flowspec_alloc(uint8_t, int);
void flowspec_free(struct flowspec_config *);
RB_PROTOTYPE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
struct flowspec_config;
RB_HEAD(flowspec_tree, flowspec_config);
RB_ENTRY(flowspec_config) entry;
struct flowspec_config *
struct flowspec_config *conf;
flowspec_free(struct flowspec_config *f)
struct flowspec_config *f, *nf;
struct flowspec_config *f, *nextf, *xf;
flowspec_config_cmp(struct flowspec_config *a, struct flowspec_config *b)
RB_GENERATE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
struct flowspec_config *f;
static struct flowspec_config *flow_to_flowspec(struct flowspec_context *);
static struct flowspec_config *
struct flowspec_config *f;
struct flowspec_config *f;
void print_flowspec(struct flowspec_config *, const char *);
print_flowspec(struct flowspec_config *fconf, const char *c)