Searched defs:bpf_verifier (Results 1 – 1 of 1) sorted by relevance
67 struct bpf_verifier { struct68 const struct rte_bpf_prm *prm;69 struct inst_node *in;70 uint64_t stack_sz;71 uint32_t nb_nodes;72 uint32_t nb_jcc_nodes;73 uint32_t nb_ldmb_nodes;74 uint32_t node_colour[MAX_NODE_COLOUR];75 uint32_t edge_type[MAX_EDGE_TYPE];99 const char * (*eval)(struct bpf_verifier *, const struct ebpf_insn *); argument