Searched refs:BPF_CGROUP_INET_INGRESS (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cg_storage_multi.c | 201 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 D | section_names.c | 46 {0, BPF_PROG_TYPE_CGROUP_SKB, BPF_CGROUP_INET_INGRESS}, 47 {0, BPF_CGROUP_INET_INGRESS},
|
| /linux/Documentation/bpf/ |
| H A D | map_cgrp_storage.rst | 89 like BPF_CGROUP_INET_INGRESS or BPF_CGROUP_SOCK_OPS, etc.
|
| /linux/samples/bpf/ |
| H A D | hbm.c | 199 bpf_program__set_expected_attach_type(bpf_prog, BPF_CGROUP_INET_INGRESS); in run_bpf_prog()
|
| /linux/tools/bpf/bpftool/ |
| H A D | cgroup.c | 27 BPF_CGROUP_INET_INGRESS,
|
| H A D | common.c | 1171 case BPF_CGROUP_INET_INGRESS: return "ingress"; in bpf_attach_type_input_str()
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2784 case BPF_CGROUP_INET_INGRESS: in cgroup_common_func_proto() 2802 case BPF_CGROUP_INET_INGRESS: in cgroup_common_func_proto()
|
| H A D | syscall.c | 2803 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 D | bpf.h | 1100 BPF_CGROUP_INET_INGRESS, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1100 BPF_CGROUP_INET_INGRESS, enumerator
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 80 [BPF_CGROUP_INET_INGRESS] = "cgroup_inet_ingress", 10204 SEC_DEF("cgroup_skb/ingress", CGROUP_SKB, BPF_CGROUP_INET_INGRESS, SEC_ATTACHABLE_OPT),
|