Searched refs:ebpf (Results 1 – 1 of 1) sorted by relevance
527 struct ebpf_insn *ebpf = NULL; in rte_bpf_convert() local549 sizeof(*prm) + ebpf_len * sizeof(*ebpf), 0); in rte_bpf_convert()556 ebpf = (void *)(prm + 1); in rte_bpf_convert()559 ret = bpf_convert_filter(prog->bf_insns, prog->bf_len, ebpf, &ebpf_len); in rte_bpf_convert()567 prm->ins = ebpf; in rte_bpf_convert()