Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_validate.c64 struct bpf_verifier { struct
65 const struct rte_bpf_prm *prm;
66 struct inst_node *in;
67 uint64_t stack_sz;
68 uint32_t nb_nodes;
69 uint32_t nb_jcc_nodes;
70 uint32_t nb_ldmb_nodes;
71 uint32_t node_colour[MAX_NODE_COLOUR];
72 uint32_t edge_type[MAX_EDGE_TYPE];
96 const char * (*eval)(struct bpf_verifier *, const struct ebpf_insn *); argument