Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_skb_cgroup_id_kern.c27 id = bpf_skb_ancestor_cgroup_id(skb, level); in log_nth_level()
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h168 static unsigned long long (*bpf_skb_ancestor_cgroup_id)(void *ctx, int level) = variable
/Linux-v5.4/net/core/
Dfilter.c4102 BPF_CALL_2(bpf_skb_ancestor_cgroup_id, const struct sk_buff *, skb, int, in BPF_CALL_2() argument
4121 .func = bpf_skb_ancestor_cgroup_id,