Home
last modified time | relevance | path

Searched refs:targ_essent_len (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c4622 size_t local_essent_len, targ_essent_len; in bpf_core_find_cands() local
4652 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_find_cands()
4653 if (targ_essent_len != local_essent_len) in bpf_core_find_cands()
4956 size_t local_essent_len, targ_essent_len; in bpf_core_spec_match() local
4969 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_spec_match()
4970 if (targ_essent_len != local_essent_len) in bpf_core_spec_match()