Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c425 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() argument
433 ancestor = cgroup_ancestor(cgrp, ancestor_level); in BPF_CALL_1()
/linux/net/core/
H A Dfilter.c5207 int ancestor_level) in __bpf_sk_ancestor_cgroup_id() argument
5217 ancestor = cgroup_ancestor(cgrp, ancestor_level); in __bpf_sk_ancestor_cgroup_id()
5225 ancestor_level) in BPF_CALL_2() argument
5227 return __bpf_sk_ancestor_cgroup_id(skb->sk, ancestor_level); in BPF_CALL_2()
5250 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) in BPF_CALL_2() argument
5252 return __bpf_sk_ancestor_cgroup_id(sk, ancestor_level); in BPF_CALL_2()