Home
last modified time | relevance | path

Searched refs:bpf_insns (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
146 attr.insns = ptr_to_u64(bpf_insns.base()); in bpfProgLoad()
147 attr.insn_cnt = bpf_insns.size() / sizeof(struct bpf_insn); in bpfProgLoad()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h155 int bpfProgLoad(bpf_prog_type prog_type, netdutils::Slice bpf_insns, const char* license,