Lines Matching refs:__u32
43 __u32 btf_fd;
44 __u32 btf_key_type_id;
45 __u32 btf_value_type_id;
46 __u32 btf_vmlinux_value_type_id;
48 __u32 inner_map_fd;
49 __u32 map_flags;
52 __u32 numa_node;
53 __u32 map_ifindex;
59 __u32 key_size,
60 __u32 value_size,
61 __u32 max_entries,
74 __u32 prog_btf_fd;
75 __u32 prog_flags;
76 __u32 prog_ifindex;
77 __u32 kern_version;
79 __u32 attach_btf_id;
80 __u32 attach_prog_fd;
81 __u32 attach_btf_obj_fd;
87 __u32 func_info_cnt;
88 __u32 func_info_rec_size;
92 __u32 line_info_cnt;
93 __u32 line_info_rec_size;
96 __u32 log_level;
97 __u32 log_size;
104 __u32 log_true_size;
125 __u32 log_level;
126 __u32 log_size;
132 __u32 log_true_size;
179 __u32 *count,
212 void *keys, void *values, __u32 *count,
239 void *values, __u32 *count,
284 __u32 *count,
290 __u32 file_flags;
304 __u32 file_flags;
323 __u32 flags;
329 __u32 relative_id;
337 __u32 flags;
339 __u32 relative_id;
380 __u32 flags;
382 __u32 iter_info_len;
383 __u32 target_btf_id;
389 __u32 flags;
390 __u32 cnt;
396 __u32 flags;
397 __u32 cnt;
402 __u32 pid;
408 __u32 pf;
409 __u32 hooknum;
411 __u32 flags;
414 __u32 relative_fd;
415 __u32 relative_id;
419 __u32 relative_fd;
420 __u32 relative_id;
436 __u32 flags; /* extra flags */
437 __u32 old_prog_fd; /* expected old program FD */
438 __u32 old_map_fd; /* expected old map FD */
451 __u32 data_size_in;
453 __u32 data_size_out; /* in: max length of data_out
455 __u32 retval; /* out: return code of the BPF program */
456 __u32 duration; /* out: average per repetition in ns */
458 __u32 ctx_size_in;
460 __u32 ctx_size_out; /* in: max length of ctx_out
464 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id);
465 LIBBPF_API int bpf_map_get_next_id(__u32 start_id, __u32 *next_id);
466 LIBBPF_API int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id);
467 LIBBPF_API int bpf_link_get_next_id(__u32 start_id, __u32 *next_id);
471 __u32 open_flags; /* permissions requested for the operation on fd */
476 LIBBPF_API int bpf_prog_get_fd_by_id(__u32 id);
477 LIBBPF_API int bpf_prog_get_fd_by_id_opts(__u32 id,
479 LIBBPF_API int bpf_map_get_fd_by_id(__u32 id);
480 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
482 LIBBPF_API int bpf_btf_get_fd_by_id(__u32 id);
483 LIBBPF_API int bpf_btf_get_fd_by_id_opts(__u32 id,
485 LIBBPF_API int bpf_link_get_fd_by_id(__u32 id);
486 LIBBPF_API int bpf_link_get_fd_by_id_opts(__u32 id,
488 LIBBPF_API int bpf_obj_get_info_by_fd(int bpf_fd, void *info, __u32 *info_len);
505 LIBBPF_API int bpf_prog_get_info_by_fd(int prog_fd, struct bpf_prog_info *info, __u32 *info_len);
522 LIBBPF_API int bpf_map_get_info_by_fd(int map_fd, struct bpf_map_info *info, __u32 *info_len);
539 LIBBPF_API int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len);
556 LIBBPF_API int bpf_link_get_info_by_fd(int link_fd, struct bpf_link_info *info, __u32 *info_len);
560 __u32 query_flags;
561 __u32 attach_flags; /* output argument */
562 __u32 *prog_ids;
565 __u32 prog_cnt;
566 __u32 count;
568 __u32 *prog_attach_flags;
569 __u32 *link_ids;
570 __u32 *link_attach_flags;
590 __u32 query_flags, __u32 *attach_flags,
591 __u32 *prog_ids, __u32 *prog_cnt);
594 LIBBPF_API int bpf_task_fd_query(int pid, int fd, __u32 flags, char *buf,
595 __u32 *buf_len, __u32 *prog_id, __u32 *fd_type,
610 __u32 flags;
621 __u32 data_size_in;
622 __u32 data_size_out; /* in: max length of data_out
627 __u32 ctx_size_in;
628 __u32 ctx_size_out; /* in: max length of ctx_out
631 __u32 retval; /* out: return code of the BPF program */
633 __u32 duration; /* out: average per repetition in ns */
634 __u32 flags;
635 __u32 cpu;
636 __u32 batch_size;