Home
last modified time | relevance | path

Searched refs:rte_bpf_arg (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_bpf/
H A Drte_bpf.h41 struct rte_bpf_arg { struct
76 struct rte_bpf_arg args[EBPF_FUNC_MAX_ARGS];
78 struct rte_bpf_arg ret; /**< function return value. */
82 struct rte_bpf_arg desc; /**< type, size, etc. */
96 struct rte_bpf_arg prog_arg; /**< eBPF program input arg description */
H A Dbpf_validate.c21 struct rte_bpf_arg v;
924 eval_func_arg(struct bpf_verifier *bvf, const struct rte_bpf_arg *arg, in eval_func_arg()
/f-stack/dpdk/app/test-pmd/
H A Dbpf_cmd.c66 bpf_parse_flags(const char *str, struct rte_bpf_arg *arg, uint32_t *flags) in bpf_parse_flags()