Searched refs:cgroup_atype (Results 1 – 4 of 4) sorted by relevance
641 int cgroup_atype) in cgroup_shim_alloc() argument659 p->aux->cgroup_atype = cgroup_atype; in cgroup_shim_alloc()669 bpf_cgroup_atype_get(p->aux->attach_btf_id, cgroup_atype); in cgroup_shim_alloc()693 int cgroup_atype) in bpf_trampoline_link_cgroup_shim() argument730 shim_link = cgroup_shim_alloc(prog, bpf_func, cgroup_atype); in bpf_trampoline_link_cgroup_shim()
100 shim_prog->aux->cgroup_atype, in __cgroup_bpf_run_lsm_sock()122 shim_prog->aux->cgroup_atype, in __cgroup_bpf_run_lsm_socket()141 shim_prog->aux->cgroup_atype, in __cgroup_bpf_run_lsm_current()176 void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) in bpf_cgroup_atype_get() argument178 int i = cgroup_atype - CGROUP_LSM_START; in bpf_cgroup_atype_get()189 void bpf_cgroup_atype_put(int cgroup_atype) in bpf_cgroup_atype_put() argument191 int i = cgroup_atype - CGROUP_LSM_START; in bpf_cgroup_atype_put()
126 aux->cgroup_atype = CGROUP_BPF_ATTACH_TYPE_INVALID; in bpf_prog_alloc_no_stats()2790 if (aux->cgroup_atype != CGROUP_BPF_ATTACH_TYPE_INVALID) in bpf_prog_free_deferred()2791 bpf_cgroup_atype_put(aux->cgroup_atype); in bpf_prog_free_deferred()
1517 int cgroup_atype; /* enum cgroup_bpf_attach_type */ member1903 int cgroup_atype);1907 int cgroup_atype) in bpf_trampoline_link_cgroup_shim() argument3431 void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype);3432 void bpf_cgroup_atype_put(int cgroup_atype);3434 static inline void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) {} in bpf_cgroup_atype_get() argument3435 static inline void bpf_cgroup_atype_put(int cgroup_atype) {} in bpf_cgroup_atype_put() argument