Home
last modified time | relevance | path

Searched refs:bpf_prog_info (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/tools/bpf/bpftool/
Dprog.c112 struct bpf_prog_info info = {}; in prog_fd_by_tag()
199 struct bpf_prog_info info = {}; in show_prog_maps()
226 static void print_prog_json(struct bpf_prog_info *info, int fd) in print_prog_json()
293 static void print_prog_plain(struct bpf_prog_info *info, int fd) in print_prog_plain()
351 struct bpf_prog_info info = {}; in show_prog()
429 struct bpf_prog_info info = {}; in do_dump()
Dcgroup.c64 struct bpf_prog_info info = {}; in show_bpf_prog()
Dcommon.c360 struct bpf_prog_info pinned_info = {}; in build_pinned_obj_table()
/Linux-v4.19/samples/bpf/
Dsockex3_user.c37 struct bpf_prog_info info = {}; in main()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_progs.c427 struct bpf_prog_info prog_infos[nr_iters + 1]; in test_bpf_obj_id()
498 info_len = sizeof(struct bpf_prog_info) * 2; in test_bpf_obj_id()
518 info_len != sizeof(struct bpf_prog_info) || in test_bpf_obj_id()
533 info_len, sizeof(struct bpf_prog_info), in test_bpf_obj_id()
551 struct bpf_prog_info prog_info = {}; in test_bpf_obj_id()
594 CHECK(err || info_len != sizeof(struct bpf_prog_info) || in test_bpf_obj_id()
599 err, errno, info_len, sizeof(struct bpf_prog_info), in test_bpf_obj_id()
761 struct bpf_prog_info prog_info; in test_tp_attach_query()
Dtest_skb_cgroup_id_user.c82 struct bpf_prog_info info = {}; in get_map_fd_by_prog_id()
/Linux-v4.19/kernel/bpf/
Doffload.c233 struct bpf_prog_info *info;
262 int bpf_prog_offload_info_fill(struct bpf_prog_info *info, in bpf_prog_offload_info_fill()
Dsyscall.c1922 struct bpf_prog_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_prog_get_info_by_fd()
1923 struct bpf_prog_info info = {}; in bpf_prog_get_info_by_fd()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2472 struct bpf_prog_info { struct
/Linux-v4.19/include/uapi/linux/
Dbpf.h2472 struct bpf_prog_info { struct
/Linux-v4.19/include/linux/
Dbpf.h657 int bpf_prog_offload_info_fill(struct bpf_prog_info *info,