Lines Matching refs:bpf_func
558 link->link.prog->bpf_func); in __bpf_trampoline_link_prog()
601 tr->extension_prog->bpf_func, NULL); in __bpf_trampoline_unlink_prog()
649 bpf_func_t bpf_func, in cgroup_shim_alloc() argument
666 p->bpf_func = bpf_func; in cgroup_shim_alloc()
684 bpf_func_t bpf_func) in cgroup_shim_find() argument
693 if (p->bpf_func == bpf_func) in cgroup_shim_find()
707 bpf_func_t bpf_func; in bpf_trampoline_link_cgroup_shim() local
720 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_link_cgroup_shim()
727 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_link_cgroup_shim()
739 shim_link = cgroup_shim_alloc(prog, bpf_func, cgroup_atype); in bpf_trampoline_link_cgroup_shim()
771 bpf_func_t bpf_func; in bpf_trampoline_unlink_cgroup_shim() local
777 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_unlink_cgroup_shim()
783 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_unlink_cgroup_shim()