Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_INET_INGRESS (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c201 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
210 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
243 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
254 key.attach_type = BPF_CGROUP_INET_INGRESS; in test_isolated()
H A Dsection_names.c46 {0, BPF_PROG_TYPE_CGROUP_SKB, BPF_CGROUP_INET_INGRESS},
47 {0, BPF_CGROUP_INET_INGRESS},
/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst89 like BPF_CGROUP_INET_INGRESS or BPF_CGROUP_SOCK_OPS, etc.
/linux/samples/bpf/
H A Dhbm.c199 bpf_program__set_expected_attach_type(bpf_prog, BPF_CGROUP_INET_INGRESS); in run_bpf_prog()
/linux/tools/bpf/bpftool/
H A Dcgroup.c27 BPF_CGROUP_INET_INGRESS,
H A Dcommon.c1171 case BPF_CGROUP_INET_INGRESS: return "ingress"; in bpf_attach_type_input_str()
/linux/kernel/bpf/
H A Dcgroup.c2784 case BPF_CGROUP_INET_INGRESS: in cgroup_common_func_proto()
2802 case BPF_CGROUP_INET_INGRESS: in cgroup_common_func_proto()
H A Dsyscall.c2803 case BPF_CGROUP_INET_INGRESS: in bpf_prog_load_check_attach()
4401 case BPF_CGROUP_INET_INGRESS: in attach_type_to_prog_type()
4729 case BPF_CGROUP_INET_INGRESS: in bpf_prog_query()
/linux/tools/include/uapi/linux/
H A Dbpf.h1100 BPF_CGROUP_INET_INGRESS, enumerator
/linux/include/uapi/linux/
H A Dbpf.h1100 BPF_CGROUP_INET_INGRESS, enumerator
/linux/tools/lib/bpf/
H A Dlibbpf.c80 [BPF_CGROUP_INET_INGRESS] = "cgroup_inet_ingress",
10204 SEC_DEF("cgroup_skb/ingress", CGROUP_SKB, BPF_CGROUP_INET_INGRESS, SEC_ATTACHABLE_OPT),