MCPcopy Create free account
hub / github.com/F-Stack/f-stack / eval_max_bound

Function eval_max_bound

dpdk/lib/bpf/bpf_validate.c:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static void
158eval_max_bound(struct bpf_reg_val *rv, uint64_t mask)
159{
160 eval_umax_bound(rv, mask);
161 eval_smax_bound(rv, mask);
162}
163
164static void
165eval_fill_max_bound(struct bpf_reg_val *rv, uint64_t mask)

Callers 8

eval_fill_max_boundFunction · 0.85
eval_lshFunction · 0.85
eval_rshFunction · 0.85
eval_arshFunction · 0.85
eval_aluFunction · 0.85
eval_beleFunction · 0.85
eval_storeFunction · 0.85
evaluateFunction · 0.85

Calls 2

eval_umax_boundFunction · 0.85
eval_smax_boundFunction · 0.85

Tested by

no test coverage detected