Lines Matching refs:bpf_func
549 link->link.prog->bpf_func); in __bpf_trampoline_link_prog()
592 tr->extension_prog->bpf_func, NULL); in __bpf_trampoline_unlink_prog()
640 bpf_func_t bpf_func, in cgroup_shim_alloc() argument
657 p->bpf_func = bpf_func; in cgroup_shim_alloc()
675 bpf_func_t bpf_func) in cgroup_shim_find() argument
684 if (p->bpf_func == bpf_func) in cgroup_shim_find()
698 bpf_func_t bpf_func; in bpf_trampoline_link_cgroup_shim() local
711 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_link_cgroup_shim()
718 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_link_cgroup_shim()
730 shim_link = cgroup_shim_alloc(prog, bpf_func, cgroup_atype); in bpf_trampoline_link_cgroup_shim()
762 bpf_func_t bpf_func; in bpf_trampoline_unlink_cgroup_shim() local
768 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_unlink_cgroup_shim()
774 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_unlink_cgroup_shim()