Home
last modified time | relevance | path

Searched refs:bpf_insn (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/tap/
H A Dtap_bpf_insns.h8 static struct bpf_insn cls_q_insns[] = {
27 static struct bpf_insn l3_l4_hash_insns[] = {
H A Dtap_bpf_api.c32 (struct bpf_insn *)cls_q_insns, in tap_flow_bpf_cls_q()
55 (struct bpf_insn *)l3_l4_hash_insns, in tap_flow_bpf_calc_l3_l4_hash()
114 const struct bpf_insn *insns, in bpf_load()
H A Dtap_bpf.h19 struct bpf_insn { struct
114 static int bpf_load(enum bpf_prog_type type, const struct bpf_insn *insns,
/dpdk/lib/bpf/
H A Dbpf_convert.c211 static bool convert_bpf_load(const struct bpf_insn *fp, in convert_bpf_load()
241 static int bpf_convert_filter(const struct bpf_insn *prog, size_t len, in bpf_convert_filter()
247 const struct bpf_insn *fp; in bpf_convert_filter()