Searched defs:cg_fd (Results 1 – 2 of 2) sorted by relevance
186 int attachProgram(bpf_attach_type type, uint32_t prog_fd, uint32_t cg_fd) { in attachProgram()196 int detachProgram(bpf_attach_type type, uint32_t cg_fd) { in detachProgram()
265 unique_fd cg_fd(open(cg2_path.c_str(), O_DIRECTORY | O_RDONLY | O_CLOEXEC)); in initPrograms() local