Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_validate.c67 struct bpf_verifier { struct
68 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