You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.5 KiB
86 lines
2.5 KiB
dnl Generated by ./m4/gen_bpf_attr_m4.sh from bpf_attr.h; do not edit.
|
|
AC_DEFUN([st_BPF_ATTR], [dnl
|
|
AC_CHECK_MEMBERS(m4_normalize([
|
|
struct bpf_map_info.id,
|
|
struct bpf_map_info.ifindex,
|
|
struct bpf_map_info.key_size,
|
|
struct bpf_map_info.map_flags,
|
|
struct bpf_map_info.max_entries,
|
|
struct bpf_map_info.name,
|
|
struct bpf_map_info.type,
|
|
struct bpf_map_info.value_size,
|
|
struct bpf_prog_info.created_by_uid,
|
|
struct bpf_prog_info.id,
|
|
struct bpf_prog_info.ifindex,
|
|
struct bpf_prog_info.jited_prog_insns,
|
|
struct bpf_prog_info.jited_prog_len,
|
|
struct bpf_prog_info.load_time,
|
|
struct bpf_prog_info.map_ids,
|
|
struct bpf_prog_info.name,
|
|
struct bpf_prog_info.nr_map_ids,
|
|
struct bpf_prog_info.tag,
|
|
struct bpf_prog_info.type,
|
|
struct bpf_prog_info.xlated_prog_insns,
|
|
struct bpf_prog_info.xlated_prog_len,
|
|
union bpf_attr.attach_bpf_fd,
|
|
union bpf_attr.attach_flags,
|
|
union bpf_attr.attach_type,
|
|
union bpf_attr.bpf_fd,
|
|
union bpf_attr.dummy,
|
|
union bpf_attr.expected_attach_type,
|
|
union bpf_attr.file_flags,
|
|
union bpf_attr.flags,
|
|
union bpf_attr.info.bpf_fd,
|
|
union bpf_attr.info.info,
|
|
union bpf_attr.info.info_len,
|
|
union bpf_attr.inner_map_fd,
|
|
union bpf_attr.insn_cnt,
|
|
union bpf_attr.insns,
|
|
union bpf_attr.kern_version,
|
|
union bpf_attr.key,
|
|
union bpf_attr.key_size,
|
|
union bpf_attr.license,
|
|
union bpf_attr.log_buf,
|
|
union bpf_attr.log_level,
|
|
union bpf_attr.log_size,
|
|
union bpf_attr.map_fd,
|
|
union bpf_attr.map_flags,
|
|
union bpf_attr.map_id,
|
|
union bpf_attr.map_ifindex,
|
|
union bpf_attr.map_name,
|
|
union bpf_attr.map_type,
|
|
union bpf_attr.max_entries,
|
|
union bpf_attr.next_id,
|
|
union bpf_attr.next_key,
|
|
union bpf_attr.numa_node,
|
|
union bpf_attr.open_flags,
|
|
union bpf_attr.pathname,
|
|
union bpf_attr.prog_flags,
|
|
union bpf_attr.prog_id,
|
|
union bpf_attr.prog_ifindex,
|
|
union bpf_attr.prog_name,
|
|
union bpf_attr.prog_type,
|
|
union bpf_attr.query.attach_flags,
|
|
union bpf_attr.query.attach_type,
|
|
union bpf_attr.query.prog_cnt,
|
|
union bpf_attr.query.prog_ids,
|
|
union bpf_attr.query.query_flags,
|
|
union bpf_attr.query.target_fd,
|
|
union bpf_attr.raw_tracepoint.name,
|
|
union bpf_attr.raw_tracepoint.prog_fd,
|
|
union bpf_attr.start_id,
|
|
union bpf_attr.target_fd,
|
|
union bpf_attr.test.data_in,
|
|
union bpf_attr.test.data_out,
|
|
union bpf_attr.test.data_size_in,
|
|
union bpf_attr.test.data_size_out,
|
|
union bpf_attr.test.duration,
|
|
union bpf_attr.test.prog_fd,
|
|
union bpf_attr.test.repeat,
|
|
union bpf_attr.test.retval,
|
|
union bpf_attr.value,
|
|
union bpf_attr.value_size,
|
|
union bpf_attr.dummy
|
|
]),,, [#include <linux/bpf.h>])
|
|
])
|