Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dtest_cgrp2_tc_kern.c61 } else if (bpf_skb_under_cgroup(skb, &test_cgrp2_array_pin, 0) != 1) { in handle_egress()
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h288 static int (*bpf_skb_under_cgroup)(void *ctx, void *map, int index) = variable
/Linux-v5.4/net/core/
Dfilter.c4053 BPF_CALL_3(bpf_skb_under_cgroup, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_3() argument
4074 .func = bpf_skb_under_cgroup,