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

Function eval_jsgt_jsle

dpdk/lib/bpf/bpf_validate.c:1076–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074}
1075
1076static void
1077eval_jsgt_jsle(struct bpf_reg_val *trd, struct bpf_reg_val *trs,
1078 struct bpf_reg_val *frd, struct bpf_reg_val *frs)
1079{
1080 frd->s.max = RTE_MIN(frd->s.max, frs->s.min);
1081 trd->s.min = RTE_MAX(trd->s.min, trs->s.min + 1);
1082}
1083
1084static void
1085eval_jslt_jsge(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