Searched refs:bpf_iter_css (Results 1 – 3 of 3) sorted by relevance
298 struct bpf_iter_css { struct310 __bpf_kfunc int bpf_iter_css_new(struct bpf_iter_css *it, in bpf_iter_css_new() argument315 BUILD_BUG_ON(sizeof(struct bpf_iter_css_kern) > sizeof(struct bpf_iter_css)); in bpf_iter_css_new()316 BUILD_BUG_ON(__alignof__(struct bpf_iter_css_kern) != __alignof__(struct bpf_iter_css)); in bpf_iter_css_new()334 __bpf_kfunc struct cgroup_subsys_state *bpf_iter_css_next(struct bpf_iter_css *it) in bpf_iter_css_next()355 __bpf_kfunc void bpf_iter_css_destroy(struct bpf_iter_css *it) in bpf_iter_css_destroy()
575 struct bpf_iter_css;576 extern int bpf_iter_css_new(struct bpf_iter_css *it,578 extern struct cgroup_subsys_state *bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;579 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;
326 struct bpf_iter_css;328 extern int bpf_iter_css_new(struct bpf_iter_css *it,332 bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;333 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;