Searched refs:BPF_CGROUP_INET4_POST_BIND (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock.c | 59 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 60 .attach_type = BPF_CGROUP_INET4_POST_BIND, 72 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 73 .attach_type = BPF_CGROUP_INET4_POST_BIND, 136 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 147 .attach_type = BPF_CGROUP_INET4_POST_BIND, 157 .attach_type = BPF_CGROUP_INET4_POST_BIND, 176 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 177 .attach_type = BPF_CGROUP_INET4_POST_BIND, 248 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, [all …]
|
H A D | veristat.c | 842 { "bpf_sock", "sock", BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND }, in guess_prog_type_by_ctx_name()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 62 {0, BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND}, 63 {0, BPF_CGROUP_INET4_POST_BIND},
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 60 | ``BPF_PROG_TYPE_CGROUP_SOCK`` | ``BPF_CGROUP_INET4_POST_BIND`` | ``cgroup/pos…
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1147 case BPF_CGROUP_INET4_POST_BIND: return "post_bind4"; in bpf_attach_type_input_str()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1023 BPF_CGROUP_INET4_POST_BIND, enumerator
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1023 BPF_CGROUP_INET4_POST_BIND, enumerator
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 2468 case BPF_CGROUP_INET4_POST_BIND: in bpf_prog_load_check_attach() 3779 case BPF_CGROUP_INET4_POST_BIND: in attach_type_to_prog_type() 4060 case BPF_CGROUP_INET4_POST_BIND: in bpf_prog_query()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 8725 case BPF_CGROUP_INET4_POST_BIND: in __sock_filter_check_attach_type() 8739 case BPF_CGROUP_INET4_POST_BIND: in __sock_filter_check_attach_type()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 86 [BPF_CGROUP_INET4_POST_BIND] = "cgroup_inet4_post_bind", 8849 SEC_DEF("cgroup/post_bind4", CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND, SEC_ATTACHABLE),
|