Lines Matching refs:bpf_prog_aux
81 struct bpf_prog_aux *aux; in bpf_prog_alloc()
414 const struct bpf_prog_aux *aux; in bpf_get_prog_addr_start()
416 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_get_prog_addr_start()
432 const struct bpf_prog_aux *aux; in bpf_tree_comp()
434 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_tree_comp()
454 static void bpf_prog_ksym_node_add(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_add()
461 static void bpf_prog_ksym_node_del(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_del()
511 container_of(n, struct bpf_prog_aux, ksym_tnode)->prog : in bpf_prog_kallsyms_find()
554 struct bpf_prog_aux *aux; in bpf_get_kallsym()
1433 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call()
1726 struct bpf_prog_aux *aux; in bpf_prog_free_deferred()
1729 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred()
1749 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()