Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dhelpers.c231 .arg2_type = ARG_CONST_SIZE,
501 .arg2_type = ARG_CONST_SIZE,
529 .arg2_type = ARG_CONST_SIZE,
575 .arg4_type = ARG_CONST_SIZE,
Dcgroup.c1548 .arg3_type = ARG_CONST_SIZE,
1590 .arg3_type = ARG_CONST_SIZE,
1610 .arg3_type = ARG_CONST_SIZE,
1635 .arg3_type = ARG_CONST_SIZE,
Dverifier.c3930 return type == ARG_CONST_SIZE || in arg_type_is_mem_size()
4053 [ARG_CONST_SIZE] = &scalar_types,
/Linux-v5.10/net/core/
Dfilter.c1716 .arg4_type = ARG_CONST_SIZE,
1747 .arg4_type = ARG_CONST_SIZE,
1781 .arg4_type = ARG_CONST_SIZE,
1825 .arg4_type = ARG_CONST_SIZE,
4276 .arg3_type = ARG_CONST_SIZE,
4311 .arg3_type = ARG_CONST_SIZE,
4385 .arg3_type = ARG_CONST_SIZE,
4411 .arg3_type = ARG_CONST_SIZE,
5011 .arg5_type = ARG_CONST_SIZE,
5028 .arg5_type = ARG_CONST_SIZE,
[all …]
/Linux-v5.10/kernel/trace/
Dbpf_trace.c361 .arg3_type = ARG_CONST_SIZE,
564 .arg2_type = ARG_CONST_SIZE,
773 .arg3_type = ARG_CONST_SIZE,
888 .arg4_type = ARG_CONST_SIZE,
1246 .arg2_type = ARG_CONST_SIZE,
1248 .arg4_type = ARG_CONST_SIZE,
1524 .arg3_type = ARG_CONST_SIZE,
/Linux-v5.10/include/linux/
Dbpf.h279 ARG_CONST_SIZE, /* number of bytes accessed from memory */ enumerator