Searched refs:bpf_skb_under_cgroup (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/samples/bpf/ |
D | test_cgrp2_tc_kern.c | 61 } else if (bpf_skb_under_cgroup(skb, &test_cgrp2_array_pin, 0) != 1) { in handle_egress()
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 288 static int (*bpf_skb_under_cgroup)(void *ctx, void *map, int index) = variable
|
/Linux-v5.4/net/core/ |
D | filter.c | 4053 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,
|