Home
last modified time | relevance | path

Searched defs:bpf (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/lib/librte_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_exec.c50 #define BPF_DIV_ZERO_CHECK(bpf, reg, ins, type) do { \ argument
81 #define BPF_LD_ABS(bpf, reg, ins, type, op) do { \ argument
88 #define BPF_LD_IND(bpf, reg, ins, type, op) do { \ argument
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 Dbpf_load.c27 struct rte_bpf *bpf; in bpf_load() local
92 struct rte_bpf *bpf; in rte_bpf_load() local
H A Dbpf_load_elf.c273 struct rte_bpf *bpf; in bpf_load_elf() local
302 struct rte_bpf *bpf; in rte_bpf_elf_load() local
H A Dbpf_pkt.c42 struct rte_bpf *bpf; member
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() local
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/drivers/net/af_xdp/
H A Dmeson.build8 bpf_dep = cc.find_library('bpf', required: false) build
/f-stack/dpdk/app/test-pmd/
H A Dbpf_cmd.c56 cmdline_fixed_string_t bpf; member
154 cmdline_fixed_string_t bpf; member
/f-stack/dpdk/drivers/net/tap/
H A Dtap_flow.c160 struct bpf { struct
161 struct tc_act_bpf bpf; member
162 int bpf_fd;
163 const char *annotation;
164 } bpf; member
/f-stack/tools/compat/include/net/
H A Dbpf.h435 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
/f-stack/freebsd/net/
H A Dbpf.h436 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
/f-stack/dpdk/app/test/
H A Dtest_bpf.c3177 struct rte_bpf *bpf; in run_test() local