Searched refs:progName (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 47 #define DEFINE_PROG_TYPE(progName, progType) \ 49 progName, progType \ 51 #define DEFINE_ATTACH_TYPE(progName, attachType, needExpectedAttach) \ 53 progName, attachType, needExpectedAttach \ 101 const char *progName; member 604 int32_t BpfLoadProgram(std::string &progName, bpf_prog_type type, const bpf_insn *insns, size_t insnsCnt) 623 if (prog.progName != nullptr && progName == prog.progName) { 648 static bool DoAttach(int32_t progFd, const std::string &progName) [all...] |
Completed in 2 milliseconds