Home
last modified time | relevance | path

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

/net/core/
Dfilter.c4513 int ancestor_level) in __bpf_sk_ancestor_cgroup_id() argument
4523 ancestor = cgroup_ancestor(cgrp, ancestor_level); in __bpf_sk_ancestor_cgroup_id()
4531 ancestor_level) in BPF_CALL_2() argument
4533 return __bpf_sk_ancestor_cgroup_id(skb->sk, ancestor_level); in BPF_CALL_2()
4556 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) in BPF_CALL_2() argument
4558 return __bpf_sk_ancestor_cgroup_id(sk, ancestor_level); in BPF_CALL_2()