Home
last modified time | relevance | path

Searched refs:bpf_core_format_spec (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Drelo_core.h97 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec);
H A Drelo_core.c1156 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec) in bpf_core_format_spec() function
1316 bpf_core_format_spec(spec_buf, sizeof(spec_buf), local_spec); in bpf_core_calc_relo_insn()
1341 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn()
1347 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn()
H A Dlibbpf.c7577 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec);

Completed in 20 milliseconds