Searched refs:bpf_iter_css (Results 1 – 2 of 2) sorted by relevance
298 struct bpf_iter_css { struct 310 __bpf_kfunc int bpf_iter_css_new(struct bpf_iter_css *it, in bpf_iter_css_new() argument 315 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()
328 struct bpf_iter_css;330 extern int bpf_iter_css_new(struct bpf_iter_css *it,334 bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;335 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;