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()
572 struct bpf_iter_css;573 extern int bpf_iter_css_new(struct bpf_iter_css *it,575 extern struct cgroup_subsys_state *bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;576 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;
308 struct bpf_iter_css;310 extern int bpf_iter_css_new(struct bpf_iter_css *it,314 bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;315 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;