Searched refs:BPF_CGROUP_INET6_POST_BIND (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_post_bind.c | 40 .attach_type = BPF_CGROUP_INET6_POST_BIND, 49 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 69 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 92 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 93 .attach_type = BPF_CGROUP_INET6_POST_BIND, 121 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 122 .attach_type = BPF_CGROUP_INET6_POST_BIND, 243 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 244 .attach_type = BPF_CGROUP_INET6_POST_BIND, 271 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, [all …]
|
| H A D | section_names.c | 67 {0, BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET6_POST_BIND}, 68 {0, BPF_CGROUP_INET6_POST_BIND},
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 72 | | ``BPF_CGROUP_INET6_POST_BIND`` | ``cgroup/pos…
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cgroup.c | 30 BPF_CGROUP_INET6_POST_BIND,
|
| H A D | common.c | 1149 case BPF_CGROUP_INET6_POST_BIND: return "post_bind6"; in bpf_attach_type_input_str()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1078 BPF_CGROUP_INET6_POST_BIND, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1078 BPF_CGROUP_INET6_POST_BIND, enumerator
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 2637 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_load_check_attach() 4052 case BPF_CGROUP_INET6_POST_BIND: in attach_type_to_prog_type() 4359 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_query()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 8860 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type() 8868 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 91 [BPF_CGROUP_INET6_POST_BIND] = "cgroup_inet6_post_bind", 9558 SEC_DEF("cgroup/post_bind6", CGROUP_SOCK, BPF_CGROUP_INET6_POST_BIND, SEC_ATTACHABLE),
|