Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id_kern.c27 id = bpf_skb_ancestor_cgroup_id(skb, level); in log_nth_level()
Dbpf_helpers.h144 static unsigned long long (*bpf_skb_ancestor_cgroup_id)(void *ctx, int level) = variable
/Linux-v4.19/net/core/
Dfilter.c3780 BPF_CALL_2(bpf_skb_ancestor_cgroup_id, const struct sk_buff *, skb, int, in BPF_CALL_2() argument
3799 .func = bpf_skb_ancestor_cgroup_id,