Lines Matching defs:cfg
12 struct cfg { struct
13 struct list_head funcs;
14 int func_num;
54 #define cfg_first_func(cfg) \ argument
56 #define cfg_last_func(cfg) \ argument
63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func()
131 static bool cfg_partition_funcs(struct cfg *cfg, struct bpf_insn *cur, in cfg_partition_funcs()
333 static bool cfg_build(struct cfg *cfg, struct bpf_insn *insn, unsigned int len) in cfg_build()
354 static void cfg_destroy(struct cfg *cfg) in cfg_destroy()
458 static void cfg_dump(struct cfg *cfg) in cfg_dump()
476 struct cfg cfg; in dump_xlated_cfg() local