Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dcore.c676 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find() function
691 ksym = bpf_ksym_find(addr); in __bpf_address_lookup()
714 ret = bpf_ksym_find(addr) != NULL; in is_bpf_text_address()
722 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()