Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtest_cgrp2_tc.bpf.c47 } else if (bpf_skb_under_cgroup(skb, &test_cgrp2_array_pin, 0) != 1) { in handle_egress()
/linux/net/core/
H A Dfilter.c4895 BPF_CALL_3(bpf_skb_under_cgroup, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_3() argument
4916 .func = bpf_skb_under_cgroup,