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

Function eval_jslt_jsge

dpdk/lib/bpf/bpf_validate.c:1084–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084static void
1085eval_jslt_jsge(struct bpf_reg_val *trd, struct bpf_reg_val *trs,
1086 struct bpf_reg_val *frd, struct bpf_reg_val *frs)
1087{
1088 frd->s.min = RTE_MAX(frd->s.min, frs->s.min);
1089 trd->s.max = RTE_MIN(trd->s.max, trs->s.max - 1);
1090}
1091
1092static const char *
1093eval_jcc(struct bpf_verifier *bvf, const struct ebpf_insn *ins)

Callers 1

eval_jccFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected