Searched refs:local_essent_len (Results 1 – 1 of 1) sorted by relevance
4622 size_t local_essent_len, targ_essent_len; in bpf_core_find_cands() local4636 local_essent_len = bpf_core_essential_name_len(local_name); in bpf_core_find_cands()4653 if (targ_essent_len != local_essent_len) in bpf_core_find_cands()4656 if (strncmp(local_name, targ_name, local_essent_len) == 0) { in bpf_core_find_cands()4956 size_t local_essent_len, targ_essent_len; in bpf_core_spec_match() local4965 local_essent_len = bpf_core_essential_name_len(local_acc->name); in bpf_core_spec_match()4970 if (targ_essent_len != local_essent_len) in bpf_core_spec_match()4972 if (strncmp(local_acc->name, targ_name, local_essent_len) == 0) { in bpf_core_spec_match()