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

Function eval_umax_bound

dpdk/lib/bpf/bpf_validate.c:143–148  ·  view source on GitHub ↗

setup max possible with this mask bounds */

Source from the content-addressed store, hash-verified

141
142/* setup max possible with this mask bounds */
143static void
144eval_umax_bound(struct bpf_reg_val *rv, uint64_t mask)
145{
146 rv->u.max = mask;
147 rv->u.min = 0;
148}
149
150static void
151eval_smax_bound(struct bpf_reg_val *rv, uint64_t mask)

Callers 6

eval_max_boundFunction · 0.85
eval_addFunction · 0.85
eval_subFunction · 0.85
eval_lshFunction · 0.85
eval_mulFunction · 0.85
eval_max_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected