Searched refs:table_leaf_scanf (Results 1 – 4 of 4) sorted by relevance
119 int table_leaf_scanf(size_t id, const char *buf, void *leaf);
234 return mod->table_leaf_scanf(id, buf, leaf); in bpf_table_leaf_sscanf()
949 int BPFModule::table_leaf_scanf(size_t id, const char *leaf_str, void *leaf) { in table_leaf_scanf() function in ebpf::BPFModule