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

Function eval_jlt_jge

dpdk/lib/bpf/bpf_validate.c:1068–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068static void
1069eval_jlt_jge(struct bpf_reg_val *trd, struct bpf_reg_val *trs,
1070 struct bpf_reg_val *frd, struct bpf_reg_val *frs)
1071{
1072 frd->u.min = RTE_MAX(frd->u.min, frs->u.min);
1073 trd->u.max = RTE_MIN(trd->u.max, trs->u.max - 1);
1074}
1075
1076static void
1077eval_jsgt_jsle(struct bpf_reg_val *trd, struct bpf_reg_val *trs,

Callers 1

eval_jccFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected