Home
last modified time | relevance | path

Searched refs:bpf_prog_info_struct_size (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dbpf_attr.h290 #define bpf_prog_info_struct_size \ macro
Dbpf.c491 const unsigned int len = MIN(size, bpf_prog_info_struct_size); in print_bpf_prog_info()
559 decode_attr_extra_data(tcp, info_buf, size, bpf_prog_info_struct_size); in print_bpf_prog_info()
Dbpf_attr_check.c705 static_assert(bpf_prog_info_struct_size == expected_bpf_prog_info_struct_size,
DChangeLog2626 bpf_prog_info_struct_size, expected_bpf_prog_info_struct_size): New