Searched refs:RTE_BPF_ARG_RAW (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | bpf_cmd.c | 38 .type = RTE_BPF_ARG_RAW, 46 .type = RTE_BPF_ARG_RAW,
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | rte_bpf.h | 32 RTE_BPF_ARG_RAW, /**< scalar value */ enumerator
|
| H A D | bpf_validate.c | 156 rv->v.type = RTE_BPF_ARG_RAW; in eval_fill_max_bound() 177 rv->v.type = RTE_BPF_ARG_RAW; in eval_fill_imm() 191 rd->v.type = RTE_BPF_ARG_RAW; in eval_ld_imm64() 601 if (rs.v.type != RTE_BPF_ARG_RAW) in eval_ld_mbuf() 829 rd->v.type = RTE_BPF_ARG_RAW; in eval_load() 832 rd->v.type = RTE_BPF_ARG_RAW; in eval_load() 838 rd->v.type = RTE_BPF_ARG_RAW; in eval_load() 937 arg->type != RTE_BPF_ARG_RAW && in eval_func_arg() 1002 if (rv->v.type == RTE_BPF_ARG_RAW) in eval_call() 2232 if (bvf->prm->prog_arg.type == RTE_BPF_ARG_RAW) in evaluate() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 2205 .type = RTE_BPF_ARG_RAW, 2210 .type = RTE_BPF_ARG_RAW, 2223 .type = RTE_BPF_ARG_RAW, 2227 .type = RTE_BPF_ARG_RAW, 2231 .type = RTE_BPF_ARG_RAW, 2235 .type = RTE_BPF_ARG_RAW, 2240 .type = RTE_BPF_ARG_RAW, 2448 .type = RTE_BPF_ARG_RAW,
|