/linux/tools/testing/selftests/bpf/ |
A D | test_sock.c | 31 enum bpf_attach_type attach_type; member 329 enum bpf_attach_type attach_type) in load_sock_prog() 350 enum bpf_attach_type attach_type) in attach_sock_prog()
|
A D | test_sysctl.c | 32 enum bpf_attach_type attach_type; member
|
A D | test_sock_addr.c | 69 enum bpf_attach_type attach_type; member
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | section_names.c | 16 enum bpf_attach_type attach_type; member 189 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
|
A D | sockopt_multi.c | 7 enum bpf_attach_type attach_type; in prog_attach() local 36 enum bpf_attach_type attach_type; in prog_detach() local
|
A D | bpf_verif_scale.c | 38 enum bpf_prog_type attach_type; member 43 enum bpf_prog_type attach_type, in scale_test()
|
A D | sockopt_inherit.c | 141 enum bpf_attach_type attach_type; in prog_attach() local
|
A D | sockopt.c | 21 enum bpf_attach_type attach_type; member
|
/linux/tools/bpf/bpftool/ |
A D | cgroup.c | 49 static int show_bpf_prog(int id, enum bpf_attach_type attach_type, in show_bpf_prog() 382 enum bpf_attach_type attach_type; in do_attach() local 442 enum bpf_attach_type attach_type; in do_detach() local
|
A D | link.c | 74 static void show_link_attach_type_json(__u32 attach_type, json_writer_t *wtr) in show_link_attach_type_json() 191 static void show_link_attach_type_plain(__u32 attach_type) in show_link_attach_type_plain()
|
A D | net.c | 540 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp() 559 enum net_attach_type attach_type; in do_attach() local 613 enum net_attach_type attach_type; in do_detach() local
|
A D | prog.c | 951 enum bpf_attach_type *attach_type, in parse_attach_detach_args() 985 enum bpf_attach_type attach_type; in do_attach() local 1007 enum bpf_attach_type attach_type; in do_detach() local
|
/linux/include/linux/ |
A D | bpf-netns.h | 16 to_netns_bpf_attach_type(enum bpf_attach_type attach_type) in to_netns_bpf_attach_type()
|
A D | bpf-cgroup.h | 58 to_cgroup_bpf_attach_type(enum bpf_attach_type attach_type) in to_cgroup_bpf_attach_type()
|
/linux/kernel/bpf/ |
A D | syscall.c | 1976 enum bpf_prog_type *attach_type, bool attach_drv) in bpf_prog_get_ok() 1990 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type, in __bpf_prog_get() 2635 enum bpf_attach_type attach_type; member 3110 enum bpf_attach_type attach_type) in bpf_prog_attach_check_attach_type() 3133 attach_type_to_prog_type(enum bpf_attach_type attach_type) in attach_type_to_prog_type()
|
A D | cgroup.c | 84 enum bpf_attach_type attach_type) in bpf_cgroup_storages_link() 1358 enum cgroup_bpf_attach_type attach_type) in __cgroup_bpf_prog_array_is_empty()
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 87 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1358 __u32 attach_type; member 1409 __u32 attach_type; member 1451 __u32 attach_type; /* attach type */ member 5688 __u32 attach_type; member 5694 __u32 attach_type; member 5707 __u32 attach_type; member
|
/linux/include/uapi/linux/ |
A D | bpf.h | 87 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1358 __u32 attach_type; member 1409 __u32 attach_type; member 1451 __u32 attach_type; /* attach type */ member 5688 __u32 attach_type; member 5694 __u32 attach_type; member 5707 __u32 attach_type; member
|
/linux/tools/lib/bpf/ |
A D | libbpf.c | 8427 static char *libbpf_get_type_names(bool attach_type) in libbpf_get_type_names() 8627 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type, in btf_get_kernel_prefix_kind() 8667 enum bpf_attach_type attach_type) in find_attach_btf_id() 8677 enum bpf_attach_type attach_type) in libbpf_find_vmlinux_btf_id() 8733 enum bpf_attach_type attach_type, in find_kernel_btf_id() 8772 enum bpf_attach_type attach_type = prog->expected_attach_type; in libbpf_find_attach_btf_id() local 8805 enum bpf_attach_type *attach_type) in libbpf_attach_type_by_name() 9184 enum bpf_attach_type attach_type = attr->expected_attach_type; in bpf_prog_load_xattr() local 10213 enum bpf_attach_type attach_type; in bpf_program__attach_fd() local
|
A D | bpf.c | 711 enum bpf_attach_type attach_type, in bpf_link_create()
|
/linux/net/core/ |
A D | filter.c | 7915 enum bpf_attach_type attach_type) in __sock_filter_check_attach_type()
|