Home
last modified time | relevance | path

Searched refs:ARG_CONST_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_lsm.c184 .arg3_type = ARG_CONST_SIZE,
203 .arg3_type = ARG_CONST_SIZE,
H A Dhelpers.c278 .arg2_type = ARG_CONST_SIZE,
539 .arg2_type = ARG_CONST_SIZE,
567 .arg2_type = ARG_CONST_SIZE,
583 .arg2_type = ARG_CONST_SIZE,
627 .arg4_type = ARG_CONST_SIZE,
H A Dsyscall.c5992 .arg3_type = ARG_CONST_SIZE,
H A Dverifier.c8644 return type == ARG_CONST_SIZE || in arg_type_is_mem_size()
8782 [ARG_CONST_SIZE] = &scalar_types,
9442 case ARG_CONST_SIZE: in check_func_arg()
H A Dbtf.c8230 .arg2_type = ARG_CONST_SIZE,
/linux/net/core/
H A Dfilter.c1727 .arg4_type = ARG_CONST_SIZE,
1764 .arg4_type = ARG_CONST_SIZE,
1803 .arg4_type = ARG_CONST_SIZE,
1847 .arg4_type = ARG_CONST_SIZE,
4067 .arg4_type = ARG_CONST_SIZE,
4099 .arg4_type = ARG_CONST_SIZE,
4747 .arg3_type = ARG_CONST_SIZE,
4782 .arg3_type = ARG_CONST_SIZE,
4864 .arg3_type = ARG_CONST_SIZE,
4892 .arg3_type = ARG_CONST_SIZE,
[all …]
/linux/kernel/trace/
H A Dbpf_trace.c357 .arg3_type = ARG_CONST_SIZE,
392 .arg2_type = ARG_CONST_SIZE,
447 .arg2_type = ARG_CONST_SIZE,
491 .arg3_type = ARG_CONST_SIZE,
606 .arg4_type = ARG_CONST_SIZE,
1022 .arg2_type = ARG_CONST_SIZE,
1024 .arg4_type = ARG_CONST_SIZE,
1788 .arg3_type = ARG_CONST_SIZE,
/linux/include/linux/
H A Dbpf.h766 ARG_CONST_SIZE, /* number of bytes accessed from memory */ enumerator