Lines Matching refs:bpf_prog_aux
80 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats()
579 const struct bpf_prog_aux *aux; in bpf_get_prog_addr_start()
581 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_get_prog_addr_start()
597 const struct bpf_prog_aux *aux; in bpf_tree_comp()
599 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_tree_comp()
619 static void bpf_prog_ksym_node_add(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_add()
626 static void bpf_prog_ksym_node_del(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_del()
676 container_of(n, struct bpf_prog_aux, ksym_tnode)->prog : in bpf_prog_kallsyms_find()
718 struct bpf_prog_aux *aux; in bpf_get_kallsym()
1671 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call()
1969 struct bpf_prog_aux *aux; in bpf_prog_free_deferred()
1972 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred()
1992 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()