Home
last modified time | relevance | path

Searched defs:create_maps (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c66 static int create_maps(enum bpf_map_type inner_type) in create_maps() function
/external/bcc/src/cc/
Dbpf_module.cc378 int BPFModule::create_maps(std::map<std::string, std::pair<int, int>> &map_tids, in create_maps() function in ebpf::BPFModule