Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c416 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_get_prog_addr_start()
434 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_tree_comp()
458 latch_tree_insert(&aux->ksym_tnode, &bpf_tree, &bpf_tree_ops); in bpf_prog_ksym_node_add()
466 latch_tree_erase(&aux->ksym_tnode, &bpf_tree, &bpf_tree_ops); in bpf_prog_ksym_node_del()
511 container_of(n, struct bpf_prog_aux, ksym_tnode)->prog : in bpf_prog_kallsyms_find()
/Linux-v4.19/include/linux/
Dbpf.h284 struct latch_tree_node ksym_tnode; member