Home
last modified time | relevance | path

Searched defs:attach_type (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_sock.c31 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()
Dtest_socket_cookie.c132 enum bpf_attach_type attach_type; in run_test() local
Dtest_sysctl.c32 enum bpf_attach_type attach_type; member
Dtest_sock_addr.c65 enum bpf_attach_type attach_type; member
/tools/testing/selftests/bpf/prog_tests/
Dsection_names.c16 enum bpf_attach_type attach_type; member
189 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
Dsockopt_multi.c7 enum bpf_attach_type attach_type; in prog_attach() local
36 enum bpf_attach_type attach_type; in prog_detach() local
Dbpf_verif_scale.c38 enum bpf_prog_type attach_type; member
Dsockopt_sk.c168 enum bpf_attach_type attach_type; in prog_attach() local
Dsockopt_inherit.c141 enum bpf_attach_type attach_type; in prog_attach() local
Dsockopt.c21 enum bpf_attach_type attach_type; member
/tools/bpf/bpftool/
Dcgroup.c49 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
Dlink.c71 static void show_link_attach_type_json(__u32 attach_type, json_writer_t *wtr) in show_link_attach_type_json()
189 static void show_link_attach_type_plain(__u32 attach_type) in show_link_attach_type_plain()
Dnet.c540 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
Dprog.c928 enum bpf_attach_type *attach_type, in parse_attach_detach_args()
962 enum bpf_attach_type attach_type; in do_attach() local
984 enum bpf_attach_type attach_type; in do_detach() local
/tools/include/uapi/linux/
Dbpf.h81 __u32 attach_type; /* program attach type */ member
571 __u32 attach_type; member
622 __u32 attach_type; member
664 __u32 attach_type; /* attach type */ member
4439 __u32 attach_type; member
4443 __u32 attach_type; member
4456 __u32 attach_type; member
/tools/lib/bpf/
Dlibbpf.c8486 static char *libbpf_get_type_names(bool attach_type) in libbpf_get_type_names()
8695 enum bpf_attach_type attach_type) in __find_vmlinux_btf_id()
8718 enum bpf_attach_type attach_type) in libbpf_find_vmlinux_btf_id()
8769 enum bpf_attach_type attach_type = prog->expected_attach_type; in libbpf_find_attach_btf_id() local
8796 enum bpf_attach_type *attach_type) in libbpf_attach_type_by_name()
9090 enum bpf_attach_type attach_type = attr->expected_attach_type; in bpf_prog_load_xattr() local
9716 enum bpf_attach_type attach_type; in bpf_program__attach_fd() local
Dbpf.c586 enum bpf_attach_type attach_type, in bpf_link_create()