Home
last modified time | relevance | path

Searched defs:bpf_core_relo_res (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/bpf/
Drelo_core.h47 struct bpf_core_relo_res { struct
49 __u64 orig_val;
51 __u64 new_val;
53 bool poison;
55 bool validate;
87 struct bpf_core_relo_res *targ_res); argument
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.c5290 struct bpf_core_relo_res struct
5293 __u32 orig_val;
5295 __u32 new_val;
5297 bool poison;
5299 bool validate;
5326 struct bpf_core_relo_res *res) in bpf_core_calc_relo() argument