Searched refs:rte_bpf (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | rte_bpf.h | 107 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 D | bpf_impl.h | 17 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 D | bpf_load.c | 23 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 D | bpf.c | 18 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 D | bpf_load_elf.c | 266 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 D | meson.build | 17 'rte_bpf.h',
|
| H A D | bpf_pkt.c | 42 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 D | bpf_exec.c | 136 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 D | bpf_jit_arm64.c | 109 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 D | bpf_jit_x86.c | 1287 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 D | bpf_validate.c | 2300 bpf_validate(struct rte_bpf *bpf) in bpf_validate()
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 150 [BPF] (@ref rte_bpf.h)
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 3177 struct rte_bpf *bpf; in run_test()
|