Searched refs:bpf_insns (Results 1 – 2 of 2) sorted by relevance
141 int bpfProgLoad(bpf_prog_type prog_type, Slice bpf_insns, const char* license, in bpfProgLoad() argument146 attr.insns = ptr_to_u64(bpf_insns.base()); in bpfProgLoad()147 attr.insn_cnt = bpf_insns.size() / sizeof(struct bpf_insn); in bpfProgLoad()
155 int bpfProgLoad(bpf_prog_type prog_type, netdutils::Slice bpf_insns, const char* license,