Home
last modified time | relevance | path

Searched refs:ancestor_level (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dcgroup.h591 int ancestor_level) in cgroup_ancestor() argument
593 if (cgrp->level < ancestor_level) in cgroup_ancestor()
595 while (cgrp && cgrp->level > ancestor_level) in cgroup_ancestor()
/linux/kernel/bpf/
A Dhelpers.c383 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() argument
391 ancestor = cgroup_ancestor(cgrp, ancestor_level); in BPF_CALL_1()
/linux/net/core/
A Dfilter.c4484 int ancestor_level) in __bpf_sk_ancestor_cgroup_id() argument
4494 ancestor = cgroup_ancestor(cgrp, ancestor_level); in __bpf_sk_ancestor_cgroup_id()
4502 ancestor_level) in BPF_CALL_2() argument
4504 return __bpf_sk_ancestor_cgroup_id(skb->sk, ancestor_level); in BPF_CALL_2()
4527 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) in BPF_CALL_2() argument
4529 return __bpf_sk_ancestor_cgroup_id(sk, ancestor_level); in BPF_CALL_2()

Completed in 26 milliseconds