Searched refs:bpf_sk_ancestor_cgroup_id (Results 1 – 3 of 3) sorted by relevance
59 peer_acgid = bpf_sk_ancestor_cgroup_id(peer_sk, 2); in is_allowed_peer_cg()
188 parent_cg_id = bpf_sk_ancestor_cgroup_id(ktp, 2); in egress_read_sock_fields()
5019 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) in BPF_CALL_2() argument5025 .func = bpf_sk_ancestor_cgroup_id,