Searched refs:BPF_CGROUP_INET6_POST_BIND (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_sock.c |
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
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/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 72 | | ``BPF_CGROUP_INET6_POST_BIND`` | ``cgroup/pos…
|
/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 30 BPF_CGROUP_INET6_POST_BIND,
|
H A D | common.c | 1148 case BPF_CGROUP_INET6_POST_BIND: return "post_bind6"; in bpf_attach_type_input_str()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1075 BPF_CGROUP_INET6_POST_BIND, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1075 BPF_CGROUP_INET6_POST_BIND, enumerator
|
/linux/kernel/bpf/ |
H A D | syscall.c | 2613 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_load_check_attach() 4028 case BPF_CGROUP_INET6_POST_BIND: in attach_type_to_prog_type() 4334 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_query()
|
/linux/net/core/ |
H A D | filter.c | 8788 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type() 8796 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 91 [BPF_CGROUP_INET6_POST_BIND] = "cgroup_inet6_post_bind", 9481 SEC_DEF("cgroup/post_bind6", CGROUP_SOCK, BPF_CGROUP_INET6_POST_BIND, SEC_ATTACHABLE),
|