Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h294 static unsigned int (*bpf_get_cgroup_classid)(void *ctx) = variable
/Linux-v5.4/net/core/
Dfilter.c2643 BPF_CALL_1(bpf_get_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() argument
2649 .func = bpf_get_cgroup_classid,