Home
last modified time | relevance | path

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

/net/core/
Dfilter.c4504 int ancestor_level) in __bpf_sk_ancestor_cgroup_id() argument
4514 ancestor = cgroup_ancestor(cgrp, ancestor_level); in __bpf_sk_ancestor_cgroup_id()
4522 ancestor_level) in BPF_CALL_2() argument
4524 return __bpf_sk_ancestor_cgroup_id(skb->sk, ancestor_level); in BPF_CALL_2()
4547 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) in BPF_CALL_2() argument
4549 return __bpf_sk_ancestor_cgroup_id(sk, ancestor_level); in BPF_CALL_2()