Home
last modified time | relevance | path

Searched refs:prog_type (Results 1 – 2 of 2) sorted by relevance

/system/bpf/libbpf_android/
DBpfUtils.cpp141 int bpfProgLoad(bpf_prog_type prog_type, Slice bpf_insns, const char* license, in bpfProgLoad() argument
145 attr.prog_type = prog_type; in bpfProgLoad()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h155 int bpfProgLoad(bpf_prog_type prog_type, netdutils::Slice bpf_insns, const char* license,