Searched refs:bpf_prog_info (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/tools/bpf/bpftool/ |
| D | prog.c | 112 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()
|
| D | cgroup.c | 64 struct bpf_prog_info info = {}; in show_bpf_prog()
|
| D | common.c | 360 struct bpf_prog_info pinned_info = {}; in build_pinned_obj_table()
|
| /Linux-v4.19/samples/bpf/ |
| D | sockex3_user.c | 37 struct bpf_prog_info info = {}; in main()
|
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | test_progs.c | 427 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()
|
| D | test_skb_cgroup_id_user.c | 82 struct bpf_prog_info info = {}; in get_map_fd_by_prog_id()
|
| /Linux-v4.19/kernel/bpf/ |
| D | offload.c | 233 struct bpf_prog_info *info; 262 int bpf_prog_offload_info_fill(struct bpf_prog_info *info, in bpf_prog_offload_info_fill()
|
| D | syscall.c | 1922 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/ |
| D | bpf.h | 2472 struct bpf_prog_info { struct
|
| /Linux-v4.19/include/uapi/linux/ |
| D | bpf.h | 2472 struct bpf_prog_info { struct
|
| /Linux-v4.19/include/linux/ |
| D | bpf.h | 657 int bpf_prog_offload_info_fill(struct bpf_prog_info *info,
|