Home
last modified time | relevance | path

Searched refs:rte_bpf (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_bpf/
H A Drte_bpf.h107 struct rte_bpf;
116 rte_bpf_destroy(struct rte_bpf *bpf);
130 struct rte_bpf *
153 struct rte_bpf *
167 rte_bpf_exec(const struct rte_bpf *bpf, void *ctx);
184 rte_bpf_exec_burst(const struct rte_bpf *bpf, void *ctx[], uint64_t rc[],
199 rte_bpf_get_jit(const struct rte_bpf *bpf, struct rte_bpf_jit *jit);
H A Dbpf_impl.h17 struct rte_bpf { struct
24 extern int bpf_validate(struct rte_bpf *bpf); argument
26 extern int bpf_jit(struct rte_bpf *bpf);
28 extern int bpf_jit_x86(struct rte_bpf *);
29 extern int bpf_jit_arm64(struct rte_bpf *);
H A Dbpf_load.c23 static struct rte_bpf *
27 struct rte_bpf *bpf; in bpf_load()
89 struct rte_bpf *
92 struct rte_bpf *bpf; in rte_bpf_load()
135 struct rte_bpf *
H A Dbpf.c18 rte_bpf_destroy(struct rte_bpf *bpf) in rte_bpf_destroy()
28 rte_bpf_get_jit(const struct rte_bpf *bpf, struct rte_bpf_jit *jit) in rte_bpf_get_jit()
38 bpf_jit(struct rte_bpf *bpf) in bpf_jit()
H A Dbpf_load_elf.c266 static struct rte_bpf *
273 struct rte_bpf *bpf; in bpf_load_elf()
297 struct rte_bpf *
302 struct rte_bpf *bpf; in rte_bpf_elf_load()
H A Dmeson.build17 'rte_bpf.h',
H A Dbpf_pkt.c42 struct rte_bpf *bpf;
206 pkt_filter_vm(const struct rte_bpf *bpf, struct rte_mbuf *mb[], uint32_t num, in pkt_filter_vm()
242 pkt_filter_mb_vm(const struct rte_bpf *bpf, struct rte_mbuf *mb[], uint32_t num, in pkt_filter_mb_vm()
512 struct rte_bpf *bpf; in bpf_eth_elf_load()
H A Dbpf_exec.c136 bpf_ld_mbuf(const struct rte_bpf *bpf, uint64_t reg[EBPF_REG_NUM], in bpf_ld_mbuf()
153 bpf_exec(const struct rte_bpf *bpf, uint64_t reg[EBPF_REG_NUM]) in bpf_exec()
485 rte_bpf_exec_burst(const struct rte_bpf *bpf, void *ctx[], uint64_t rc[], in rte_bpf_exec_burst()
504 rte_bpf_exec(const struct rte_bpf *bpf, void *ctx) in rte_bpf_exec()
H A Dbpf_jit_arm64.c109 jump_offset_init(struct a64_jit_ctx *ctx, struct rte_bpf *bpf) in jump_offset_init()
1093 check_program_has_call(struct a64_jit_ctx *ctx, struct rte_bpf *bpf) in check_program_has_call()
1116 emit(struct a64_jit_ctx *ctx, struct rte_bpf *bpf) in emit()
1395 bpf_jit_arm64(struct rte_bpf *bpf) in bpf_jit_arm64()
H A Dbpf_jit_x86.c1287 emit(struct bpf_jit_state *st, const struct rte_bpf *bpf) in emit()
1498 bpf_jit_x86(struct rte_bpf *bpf) in bpf_jit_x86()
H A Dbpf_validate.c2300 bpf_validate(struct rte_bpf *bpf) in bpf_validate()
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md150 [BPF] (@ref rte_bpf.h)
/f-stack/dpdk/app/test/
H A Dtest_bpf.c3177 struct rte_bpf *bpf; in run_test()