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

Function eval_fill_max_bound

dpdk/lib/bpf/bpf_validate.c:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static void
165eval_fill_max_bound(struct bpf_reg_val *rv, uint64_t mask)
166{
167 eval_max_bound(rv, mask);
168 rv->v.type = RTE_BPF_ARG_RAW;
169 rv->mask = mask;
170}
171
172static void
173eval_fill_imm64(struct bpf_reg_val *rv, uint64_t mask, uint64_t val)

Callers 3

eval_ld_mbufFunction · 0.85
eval_func_argFunction · 0.85
eval_callFunction · 0.85

Calls 1

eval_max_boundFunction · 0.85

Tested by

no test coverage detected